Html Css Color HEX #3E42CE Free Speech Blue

📋 copy color: '#3E42CE'

red 62 ◦ green 66 ◦ blue 206

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

Shades of Free Speech Blue #3E42CE

Tints of Free Speech Blue #3E42CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 18.56%
G = 19.76%
B = 61.68%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E42CE (or 0x3E42CE) is known color: Free Speech Blue. HEX triplet: 3E, 42 and CE. RGB value is (62,66,206). Sum of RGB (Red+Green+Blue) = 62+66+206=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E42CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E42CE is #C1BD31. Grayscale: #505050. Windows color (decimal): -12696882 or 13517374. OLE color: 13517374.

HSL color Cylindrical-coordinate representation of color #3E42CE: hue angle of 238.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E42CE is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 66 206 -
CMYK 0.70 0.68 0 0.19
HSL 238.33º 0.6% 0.53% -
HSV(B) 238.33º 0.7% 0.81% -
XYZ 15.08 9.38 59.41 -
YUV 80.76 198.67 114.62 -
System Red Green Blue C M Y K H S L
Decimal 62 66 206 0.70 0.68 0 0.19 238.33 0.6 0.53
Hex 3E 42 CE 46 44 0 13 EE 3C 35
Octal 76 102 316 106 104 0 23 356 74 65
Binary 111110 1000010 11001110 1000110 1000100 0 10011 11101110 111100 110101

Color Harmonies of #3E42CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E42CE

Black with #3E42CE

Text Example


Text Example

White with #3E42CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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