Html Css Color HEX #3E42DC Free Speech Blue

📋 copy color: '#3E42DC'

red 62 ◦ green 66 ◦ blue 220

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

Shades of Free Speech Blue #3E42DC

Tints of Free Speech Blue #3E42DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.22%

R = 17.82%
G = 18.97%
B = 63.22%

CMYK

 C value IS 0.72

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E42DC (or 0x3E42DC) is known color: Free Speech Blue. HEX triplet: 3E, 42 and DC. RGB value is (62,66,220). Sum of RGB (Red+Green+Blue) = 62+66+220=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E42DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E42DC is #C1BD23. Grayscale: #515151. Windows color (decimal): -12696868 or 14434878. OLE color: 14434878.

HSL color Cylindrical-coordinate representation of color #3E42DC: hue angle of 238.48º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E42DC is Cyan = 0.72, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 66 220 -
CMYK 0.72 0.7 0 0.14
HSL 238.48º 0.69% 0.55% -
HSV(B) 238.48º 0.72% 0.86% -
XYZ 16.85 10.09 68.77 -
YUV 82.36 205.67 113.48 -
System Red Green Blue C M Y K H S L
Decimal 62 66 220 0.72 0.7 0 0.14 238.48 0.69 0.55
Hex 3E 42 DC 48 46 0 E EE 45 37
Octal 76 102 334 110 106 0 16 356 105 67
Binary 111110 1000010 11011100 1001000 1000110 0 1110 11101110 1000101 110111

Color Harmonies of #3E42DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E42DC

Black with #3E42DC

Text Example


Text Example

White with #3E42DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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