Shades of Free Speech Blue #3E56BA
Tints of Free Speech Blue #3E56BA
RGB
CMYK
RGB Variations
Color information
#3E56BA (or 0x3E56BA) is known color: 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
| RGB | 62 | 86 | 186 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.27 |
| HSL | 228.39º | 0.5% | 0.49% | - |
| HSV(B) | 228.39º | 0.67% | 0.73% | - |
| XYZ | 14.18 | 11.22 | 47.87 | - |
| YUV | 90.22 | 182.05 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 186 | 0.67 | 0.54 | 0 | 0.27 | 228.39 | 0.5 | 0.49 |
| Hex | 3E | 56 | BA | 43 | 36 | 0 | 1B | E4 | 32 | 31 |
| Octal | 76 | 126 | 272 | 103 | 66 | 0 | 33 | 344 | 62 | 61 |
| Binary | 111110 | 1010110 | 10111010 | 1000011 | 110110 | 0 | 11011 | 11100100 | 110010 | 110001 |
Color Harmonies of #3E56BA
Complementary color
Monochromatic Colors of #3E56BA
Black with #3E56BA
Text Example
Text Example
White with #3E56BA
Text Example
Text Example
HTML Codes & Css Web 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>