Html Css Color HEX #3E55BA Free Speech Blue

📋 copy color: '#3E55BA'

red 62 ◦ green 85 ◦ blue 186

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

Shades of Free Speech Blue #3E55BA

Tints of Free Speech Blue #3E55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

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

R = 18.62%
G = 25.53%
B = 55.86%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E55BA (or 0x3E55BA) is known color: Free Speech Blue. HEX triplet: 3E, 55 and BA. RGB value is (62,85,186). Sum of RGB (Red+Green+Blue) = 62+85+186=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E55BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E55BA is #C1AA45. Grayscale: #595959. Windows color (decimal): -12692038 or 12211518. OLE color: 12211518.

HSL color Cylindrical-coordinate representation of color #3E55BA: hue angle of 228.87º 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 #3E55BA is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 85 186 -
CMYK 0.67 0.54 0 0.27
HSL 228.87º 0.5% 0.49% -
HSV(B) 228.87º 0.67% 0.73% -
XYZ 14.1 11.07 47.85 -
YUV 89.64 182.38 108.29 -
System Red Green Blue C M Y K H S L
Decimal 62 85 186 0.67 0.54 0 0.27 228.87 0.5 0.49
Hex 3E 55 BA 43 36 0 1B E5 32 31
Octal 76 125 272 103 66 0 33 345 62 61
Binary 111110 1010101 10111010 1000011 110110 0 11011 11100101 110010 110001

Color Harmonies of #3E55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E55BA

Black with #3E55BA

Text Example


Text Example

White with #3E55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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