Html Css Color HEX #3E46CC Free Speech Blue

📋 copy color: '#3E46CC'

red 62 ◦ green 70 ◦ blue 204

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

Shades of Free Speech Blue #3E46CC

Tints of Free Speech Blue #3E46CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 18.45%
G = 20.83%
B = 60.71%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E46CC (or 0x3E46CC) is known color: Free Speech Blue. HEX triplet: 3E, 46 and CC. RGB value is (62,70,204). Sum of RGB (Red+Green+Blue) = 62+70+204=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E46CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E46CC is #C1B933. Grayscale: #525252. Windows color (decimal): -12695860 or 13387326. OLE color: 13387326.

HSL color Cylindrical-coordinate representation of color #3E46CC: hue angle of 236.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E46CC is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 70 204 -
CMYK 0.70 0.66 0 0.2
HSL 236.62º 0.58% 0.52% -
HSV(B) 236.62º 0.7% 0.8% -
XYZ 15.08 9.76 58.22 -
YUV 82.88 196.35 113.1 -
System Red Green Blue C M Y K H S L
Decimal 62 70 204 0.70 0.66 0 0.2 236.62 0.58 0.52
Hex 3E 46 CC 46 42 0 14 ED 3A 34
Octal 76 106 314 106 102 0 24 355 72 64
Binary 111110 1000110 11001100 1000110 1000010 0 10100 11101101 111010 110100

Color Harmonies of #3E46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E46CC

Black with #3E46CC

Text Example


Text Example

White with #3E46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,70,204); }

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

background-color css

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

 a { background-color: rgb(62,70,204); }

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

border-color css

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

 span { border-color: rgb(62,70,204); }

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