#3E41CB

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

Shades of Free Speech Blue #3E41CB

Tints of Free Speech Blue #3E41CB

Color information

#3E41CB (or 0x3E41CB) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 41 and CB. RGB value is (62,65,203). Sum of RGB (Red+Green+Blue) = 62+65+203=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E41CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E41CB is #C1BE34. Grayscale: #4F4F4F. Windows color (decimal): -12697141 or 13320510. OLE color: 13320510.

HSL color Cylindrical-coordinate representation of color #3E41CB: hue angle of 238.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E41CB is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6265203-
CMYK0.690.6800.20
HSL238.72º57.55%51.96%-
HSV(B)238.72º69.46%79.61%-
XYZ14.669.1257.49-
YUV79.83197.51115.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.79%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 203 (79.69% from 255) = 61.52%
R=18.79%
G=19.70%
B=61.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62652030.690.6800.20238.7257.5551.96
Hex3E41CB4544014ef3a34
Octal761013131051040243577264
Binary1111101000001110010111000101100010001010011101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E41CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,65,203); }

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

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

 a { background-color: rgb(62,65,203); }

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

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

 span { border-color: rgb(62,65,203); }

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