Html Css Color HEX #3E42B2 Free Speech Blue

📋 copy color: '#3E42B2'

red 62 ◦ green 66 ◦ blue 178

#3E42B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3E42B2

Tints of Free Speech Blue #3E42B2

RGB

 RED value IS 62 (24.61% from 255) = 20.26%

 GREEN value IS 66 (26.17% from 255) = 21.57%

 BLUE value IS 178 (69.92% from 255) = 58.17%

R = 20.26%
G = 21.57%
B = 58.17%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3E42B2 (or 0x3E42B2) is known color: Free Speech Blue. HEX triplet: 3E, 42 and B2. RGB value is (62,66,178). Sum of RGB (Red+Green+Blue) = 62+66+178=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #3E42B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E42B2 is #C1BD4D. Grayscale: #4D4D4D. Windows color (decimal): -12696910 or 11682366. OLE color: 11682366.

HSL color Cylindrical-coordinate representation of color #3E42B2: hue angle of 237.93º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E42B2 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 62 66 178 -
CMYK 0.65 0.63 0 0.30
HSL 237.93º 0.48% 0.47% -
HSV(B) 237.93º 0.65% 0.7% -
XYZ 11.97 8.13 43.06 -
YUV 77.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 62 66 178 0.65 0.63 0 0.30 237.93 0.48 0.47
Hex 3E 42 B2 41 3F 0 1E EE 30 2F
Octal 76 102 262 101 77 0 36 356 60 57
Binary 111110 1000010 10110010 1000001 111111 0 11110 11101110 110000 101111

Color Harmonies of #3E42B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E42B2

Black with #3E42B2

Text Example


Text Example

White with #3E42B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E42B2;
 }
 .AnyTagClassName
 {
   color: #3E42B2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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