Shades of Free Speech Blue #3A4CB9
Tints of Free Speech Blue #3A4CB9
RGB
CMYK
RGB Variations
Color information
#3A4CB9 (or 0x3A4CB9) is known color: Free Speech Blue. HEX triplet: 3A, 4C and B9. RGB value is (58,76,185). Sum of RGB (Red+Green+Blue) = 58+76+185=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 185 (72.66% from 255 or 57.99% from 319); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A4CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4CB9 is #C5B346. Grayscale: #525252. Windows color (decimal): -12956487 or 12143674. OLE color: 12143674.
HSL color Cylindrical-coordinate representation of color #3A4CB9: hue angle of 231.5º 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 #3A4CB9 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 76 | 185 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.27 |
| HSL | 231.5º | 0.52% | 0.48% | - |
| HSV(B) | 231.5º | 0.69% | 0.73% | - |
| XYZ | 13.09 | 9.57 | 47.06 | - |
| YUV | 83.04 | 185.54 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 185 | 0.69 | 0.59 | 0 | 0.27 | 231.5 | 0.52 | 0.48 |
| Hex | 3A | 4C | B9 | 45 | 3B | 0 | 1B | E7 | 34 | 30 |
| Octal | 72 | 114 | 271 | 105 | 73 | 0 | 33 | 347 | 64 | 60 |
| Binary | 111010 | 1001100 | 10111001 | 1000101 | 111011 | 0 | 11011 | 11100111 | 110100 | 110000 |
Color Harmonies of #3A4CB9
Complementary color
Monochromatic Colors of #3A4CB9
Black with #3A4CB9
Text Example
Text Example
White with #3A4CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4CB9; }
p { color: rgb(58,76,185); }
H1.HeaderClassName
{
color: #3A4CB9;
}
.AnyTagClassName
{
color: #3A4CB9;
}
</style>
background-color css
<style>
a { background-color: #3A4CB9; }
a { background-color: rgb(58,76,185); }
div.DivClassName
{
background-color: #3A4CB9;
}
.BgClassName
{
background-color: #3A4CB9;
}
</style>
border-color css
<style>
span { border-color: #3A4CB9; }
span { border-color: rgb(58,76,185); }
td.TdClassName
{
border-color: #3A4CB9;
}
.TagClassName
{
border-color: #3A4CB9;
}
</style>