#3C40BF

Color #3C40BF Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3C40BF

Tints of Free Speech Blue #3C40BF

Color information

#3C40BF (or 0x3C40BF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 40 and BF. RGB value is (60,64,191). Sum of RGB (Red+Green+Blue) = 60+64+191=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C40BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C40BF is #C3BF40. Grayscale: #4C4C4C. Windows color (decimal): -12828481 or 12533820. OLE color: 12533820.

HSL color Cylindrical-coordinate representation of color #3C40BF: hue angle of 238.17º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C40BF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6064191-
CMYK0.690.6600.25
HSL238.17º52.19%49.22%-
HSV(B)238.17º68.59%74.9%-
XYZ13.18.3950.22-
YUV77.28192.17115.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 191 (75% from 255) = 60.63%
R=19.05%
G=20.32%
B=60.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60641910.690.6600.25238.1752.1949.22
Hex3C40BF4542019ee3431
Octal741002771051020313566461
Binary1111001000000101111111000101100001001100111101110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C40BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C40BF; }

 p { color: rgb(60,64,191); }

 H1.HeaderClassName
 {
   color: #3C40BF;
 }
 .AnyTagClassName
 {
   color: #3C40BF;
 }
</style>
background-color css

<style>
 a { background-color: #3C40BF; }

 a { background-color: rgb(60,64,191); }

 div.DivClassName
 {
   background-color: #3C40BF;
 }
 .BgClassName
 {
   background-color: #3C40BF;
 }
</style>
border-color css

<style>
 span { border-color: #3C40BF; }

 span { border-color: rgb(60,64,191); }

 td.TdClassName
 {
   border-color: #3C40BF;
 }
 .TagClassName
 {
   border-color: #3C40BF;
 }
</style>