Shades of Free Speech Blue #3A52BA
Tints of Free Speech Blue #3A52BA
RGB
CMYK
RGB Variations
Color information
#3A52BA (or 0x3A52BA) is known color: Free Speech Blue. HEX triplet: 3A, 52 and BA. RGB value is (58,82,186). Sum of RGB (Red+Green+Blue) = 58+82+186=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A52BA is #C5AD45. Grayscale: #565656. Windows color (decimal): -12954950 or 12210746. OLE color: 12210746.
HSL color Cylindrical-coordinate representation of color #3A52BA: hue angle of 228.75º 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 #3A52BA is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 82 | 186 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.27 |
| HSL | 228.75º | 0.52% | 0.48% | - |
| HSV(B) | 228.75º | 0.69% | 0.73% | - |
| XYZ | 13.63 | 10.48 | 47.76 | - |
| YUV | 86.68 | 184.05 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 186 | 0.69 | 0.56 | 0 | 0.27 | 228.75 | 0.52 | 0.48 |
| Hex | 3A | 52 | BA | 45 | 38 | 0 | 1B | E5 | 34 | 30 |
| Octal | 72 | 122 | 272 | 105 | 70 | 0 | 33 | 345 | 64 | 60 |
| Binary | 111010 | 1010010 | 10111010 | 1000101 | 111000 | 0 | 11011 | 11100101 | 110100 | 110000 |
Color Harmonies of #3A52BA
Complementary color
Monochromatic Colors of #3A52BA
Black with #3A52BA
Text Example
Text Example
White with #3A52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A52BA; }
p { color: rgb(58,82,186); }
H1.HeaderClassName
{
color: #3A52BA;
}
.AnyTagClassName
{
color: #3A52BA;
}
</style>
background-color css
<style>
a { background-color: #3A52BA; }
a { background-color: rgb(58,82,186); }
div.DivClassName
{
background-color: #3A52BA;
}
.BgClassName
{
background-color: #3A52BA;
}
</style>
border-color css
<style>
span { border-color: #3A52BA; }
span { border-color: rgb(58,82,186); }
td.TdClassName
{
border-color: #3A52BA;
}
.TagClassName
{
border-color: #3A52BA;
}
</style>