Html Css Color HEX #3E4DAC Free Speech Blue

📋 copy color: '#3E4DAC'

red 62 ◦ green 77 ◦ blue 172

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

Shades of Free Speech Blue #3E4DAC

Tints of Free Speech Blue #3E4DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.76%

 BLUE value IS 172 (67.58% from 255) = 55.31%

R = 19.94%
G = 24.76%
B = 55.31%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E4DAC (or 0x3E4DAC) is known color: Free Speech Blue. HEX triplet: 3E, 4D and AC. RGB value is (62,77,172). Sum of RGB (Red+Green+Blue) = 62+77+172=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4DAC is #C1B253. Grayscale: #525252. Windows color (decimal): -12694100 or 11291966. OLE color: 11291966.

HSL color Cylindrical-coordinate representation of color #3E4DAC: hue angle of 231.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E4DAC is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 77 172 -
CMYK 0.64 0.55 0 0.33
HSL 231.82º 0.47% 0.46% -
HSV(B) 231.82º 0.64% 0.67% -
XYZ 12.09 9.31 40.19 -
YUV 83.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 62 77 172 0.64 0.55 0 0.33 231.82 0.47 0.46
Hex 3E 4D AC 40 37 0 21 E8 2F 2E
Octal 76 115 254 100 67 0 41 350 57 56
Binary 111110 1001101 10101100 1000000 110111 0 100001 11101000 101111 101110

Color Harmonies of #3E4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4DAC

Black with #3E4DAC

Text Example


Text Example

White with #3E4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,77,172); }

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

background-color css

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

 a { background-color: rgb(62,77,172); }

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

border-color css

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

 span { border-color: rgb(62,77,172); }

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