#3E56BA

Color #3E56BA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3E56BA

Tints of Free Speech Blue #3E56BA

Color information

#3E56BA (or 0x3E56BA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 56 and BA. RGB value is (62,86,186). Sum of RGB (Red+Green+Blue) = 62+86+186=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E56BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E56BA is #C1A945. Grayscale: #595959. Windows color (decimal): -12691782 or 12211774. OLE color: 12211774.

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

Color convert

RGB6286186-
CMYK0.670.5400.27
HSL228.39º50%48.63%-
HSV(B)228.39º66.67%72.94%-
XYZ14.1811.2247.87-
YUV90.22182.05107.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.56%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 186 (73.05% from 255) = 55.69%
R=18.56%
G=25.75%
B=55.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62861860.670.5400.27228.395048.63
Hex3E56BA433601Be43231
Octal76126272103660333446261
Binary111110101011010111010100001111011001101111100100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E56BA;
 }
 .AnyTagClassName
 {
   color: #3E56BA;
 }
</style>
background-color css

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

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

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

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

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

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