Shades of Free Speech Blue #3A56BA
Tints of Free Speech Blue #3A56BA
RGB
CMYK
RGB Variations
Color information
#3A56BA (or 0x3A56BA) is known color: Free Speech Blue. HEX triplet: 3A, 56 and BA. RGB value is (58,86,186). Sum of RGB (Red+Green+Blue) = 58+86+186=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A56BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A56BA is #C5A945. Grayscale: #585858. Windows color (decimal): -12953926 or 12211770. OLE color: 12211770.
HSL color Cylindrical-coordinate representation of color #3A56BA: hue angle of 226.88º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A56BA is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 86 | 186 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.27 |
| HSL | 226.88º | 0.52% | 0.48% | - |
| HSV(B) | 226.88º | 0.69% | 0.73% | - |
| XYZ | 13.94 | 11.1 | 47.86 | - |
| YUV | 89.03 | 182.72 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 186 | 0.69 | 0.54 | 0 | 0.27 | 226.88 | 0.52 | 0.48 |
| Hex | 3A | 56 | BA | 45 | 36 | 0 | 1B | E3 | 34 | 30 |
| Octal | 72 | 126 | 272 | 105 | 66 | 0 | 33 | 343 | 64 | 60 |
| Binary | 111010 | 1010110 | 10111010 | 1000101 | 110110 | 0 | 11011 | 11100011 | 110100 | 110000 |
Color Harmonies of #3A56BA
Complementary color
Monochromatic Colors of #3A56BA
Black with #3A56BA
Text Example
Text Example
White with #3A56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A56BA; }
p { color: rgb(58,86,186); }
H1.HeaderClassName
{
color: #3A56BA;
}
.AnyTagClassName
{
color: #3A56BA;
}
</style>
background-color css
<style>
a { background-color: #3A56BA; }
a { background-color: rgb(58,86,186); }
div.DivClassName
{
background-color: #3A56BA;
}
.BgClassName
{
background-color: #3A56BA;
}
</style>
border-color css
<style>
span { border-color: #3A56BA; }
span { border-color: rgb(58,86,186); }
td.TdClassName
{
border-color: #3A56BA;
}
.TagClassName
{
border-color: #3A56BA;
}
</style>