Shades of Free Speech Blue #3A55BA
Tints of Free Speech Blue #3A55BA
RGB
CMYK
RGB Variations
Color information
#3A55BA (or 0x3A55BA) is known color: Free Speech Blue. HEX triplet: 3A, 55 and BA. RGB value is (58,85,186). Sum of RGB (Red+Green+Blue) = 58+85+186=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A55BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A55BA is #C5AA45. Grayscale: #585858. Windows color (decimal): -12954182 or 12211514. OLE color: 12211514.
HSL color Cylindrical-coordinate representation of color #3A55BA: hue angle of 227.34º 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 #3A55BA is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 85 | 186 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.27 |
| HSL | 227.34º | 0.52% | 0.48% | - |
| HSV(B) | 227.34º | 0.69% | 0.73% | - |
| XYZ | 13.86 | 10.94 | 47.84 | - |
| YUV | 88.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 186 | 0.69 | 0.54 | 0 | 0.27 | 227.34 | 0.52 | 0.48 |
| Hex | 3A | 55 | BA | 45 | 36 | 0 | 1B | E3 | 34 | 30 |
| Octal | 72 | 125 | 272 | 105 | 66 | 0 | 33 | 343 | 64 | 60 |
| Binary | 111010 | 1010101 | 10111010 | 1000101 | 110110 | 0 | 11011 | 11100011 | 110100 | 110000 |
Color Harmonies of #3A55BA
Complementary color
Monochromatic Colors of #3A55BA
Black with #3A55BA
Text Example
Text Example
White with #3A55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A55BA; }
p { color: rgb(58,85,186); }
H1.HeaderClassName
{
color: #3A55BA;
}
.AnyTagClassName
{
color: #3A55BA;
}
</style>
background-color css
<style>
a { background-color: #3A55BA; }
a { background-color: rgb(58,85,186); }
div.DivClassName
{
background-color: #3A55BA;
}
.BgClassName
{
background-color: #3A55BA;
}
</style>
border-color css
<style>
span { border-color: #3A55BA; }
span { border-color: rgb(58,85,186); }
td.TdClassName
{
border-color: #3A55BA;
}
.TagClassName
{
border-color: #3A55BA;
}
</style>