Html Css Color HEX #3E4DBA Free Speech Blue

📋 copy color: '#3E4DBA'

red 62 ◦ green 77 ◦ blue 186

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

Shades of Free Speech Blue #3E4DBA

Tints of Free Speech Blue #3E4DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 19.08%
G = 23.69%
B = 57.23%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E4DBA (or 0x3E4DBA) is known color: Free Speech Blue. HEX triplet: 3E, 4D and BA. RGB value is (62,77,186). Sum of RGB (Red+Green+Blue) = 62+77+186=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DBA is #C1B245. Grayscale: #545454. Windows color (decimal): -12694086 or 12209470. OLE color: 12209470.

HSL color Cylindrical-coordinate representation of color #3E4DBA: hue angle of 232.74º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E4DBA is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 77 186 -
CMYK 0.67 0.59 0 0.27
HSL 232.74º 0.5% 0.49% -
HSV(B) 232.74º 0.67% 0.73% -
XYZ 13.5 9.88 47.65 -
YUV 84.94 185.03 111.64 -
System Red Green Blue C M Y K H S L
Decimal 62 77 186 0.67 0.59 0 0.27 232.74 0.5 0.49
Hex 3E 4D BA 43 3B 0 1B E9 32 31
Octal 76 115 272 103 73 0 33 351 62 61
Binary 111110 1001101 10111010 1000011 111011 0 11011 11101001 110010 110001

Color Harmonies of #3E4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4DBA

Black with #3E4DBA

Text Example


Text Example

White with #3E4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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