#3E42CB

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

Shades of Free Speech Blue #3E42CB

Tints of Free Speech Blue #3E42CB

Color information

#3E42CB (or 0x3E42CB) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 42 and CB. RGB value is (62,66,203). Sum of RGB (Red+Green+Blue) = 62+66+203=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E42CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E42CB is #C1BD34. Grayscale: #4F4F4F. Windows color (decimal): -12696885 or 13320766. OLE color: 13320766.

HSL color Cylindrical-coordinate representation of color #3E42CB: hue angle of 238.3º 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 #3E42CB is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6266203-
CMYK0.690.6700.20
HSL238.3º57.55%51.96%-
HSV(B)238.3º69.46%79.61%-
XYZ14.719.2357.51-
YUV80.42197.17114.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.73%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 203 (79.69% from 255) = 61.33%
R=18.73%
G=19.94%
B=61.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62662030.690.6700.20238.357.5551.96
Hex3E42CB4543014ee3a34
Octal761023131051030243567264
Binary1111101000010110010111000101100001101010011101110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E42CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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