Html Css Color HEX #3E42DE Free Speech Blue

📋 copy color: '#3E42DE'

red 62 ◦ green 66 ◦ blue 222

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

Shades of Free Speech Blue #3E42DE

Tints of Free Speech Blue #3E42DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 17.71%
G = 18.86%
B = 63.43%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E42DE (or 0x3E42DE) is known color: Free Speech Blue. HEX triplet: 3E, 42 and DE. RGB value is (62,66,222). Sum of RGB (Red+Green+Blue) = 62+66+222=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E42DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E42DE is #C1BD21. Grayscale: #515151. Windows color (decimal): -12696866 or 14565950. OLE color: 14565950.

HSL color Cylindrical-coordinate representation of color #3E42DE: hue angle of 238.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E42DE is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 66 222 -
CMYK 0.72 0.70 0 0.13
HSL 238.5º 0.71% 0.56% -
HSV(B) 238.5º 0.72% 0.87% -
XYZ 17.12 10.19 70.17 -
YUV 82.59 206.67 113.32 -
System Red Green Blue C M Y K H S L
Decimal 62 66 222 0.72 0.70 0 0.13 238.5 0.71 0.56
Hex 3E 42 DE 48 46 0 D EE 47 38
Octal 76 102 336 110 106 0 15 356 107 70
Binary 111110 1000010 11011110 1001000 1000110 0 1101 11101110 1000111 111000

Color Harmonies of #3E42DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E42DE

Black with #3E42DE

Text Example


Text Example

White with #3E42DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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