Html Css Color HEX #3E4ACE Free Speech Blue

📋 copy color: '#3E4ACE'

red 62 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Blue #3E4ACE

Tints of Free Speech Blue #3E4ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

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

R = 18.13%
G = 21.64%
B = 60.23%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E4ACE (or 0x3E4ACE) is known color: Free Speech Blue. HEX triplet: 3E, 4A and CE. RGB value is (62,74,206). Sum of RGB (Red+Green+Blue) = 62+74+206=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4ACE is #C1B531. Grayscale: #545454. Windows color (decimal): -12694834 or 13519422. OLE color: 13519422.

HSL color Cylindrical-coordinate representation of color #3E4ACE: hue angle of 235º 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 #3E4ACE is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 74 206 -
CMYK 0.70 0.64 0 0.19
HSL 235º 0.6% 0.53% -
HSV(B) 235º 0.7% 0.81% -
XYZ 15.58 10.38 59.57 -
YUV 85.46 196.02 111.27 -
System Red Green Blue C M Y K H S L
Decimal 62 74 206 0.70 0.64 0 0.19 235 0.6 0.53
Hex 3E 4A CE 46 40 0 13 EB 3C 35
Octal 76 112 316 106 100 0 23 353 74 65
Binary 111110 1001010 11001110 1000110 1000000 0 10011 11101011 111100 110101

Color Harmonies of #3E4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4ACE

Black with #3E4ACE

Text Example


Text Example

White with #3E4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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