Shades of Free Speech Blue #3A62BA
Tints of Free Speech Blue #3A62BA
RGB
CMYK
RGB Variations
Color information
#3A62BA (or 0x3A62BA) is known color: Free Speech Blue. HEX triplet: 3A, 62 and BA. RGB value is (58,98,186). Sum of RGB (Red+Green+Blue) = 58+98+186=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A62BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A62BA is #C59D45. Grayscale: #5F5F5F. Windows color (decimal): -12950854 or 12214842. OLE color: 12214842.
HSL color Cylindrical-coordinate representation of color #3A62BA: hue angle of 221.25º 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 #3A62BA is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 98 | 186 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.27 |
| HSL | 221.25º | 0.52% | 0.48% | - |
| HSV(B) | 221.25º | 0.69% | 0.73% | - |
| XYZ | 14.98 | 13.18 | 48.21 | - |
| YUV | 96.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 186 | 0.69 | 0.47 | 0 | 0.27 | 221.25 | 0.52 | 0.48 |
| Hex | 3A | 62 | BA | 45 | 2F | 0 | 1B | DD | 34 | 30 |
| Octal | 72 | 142 | 272 | 105 | 57 | 0 | 33 | 335 | 64 | 60 |
| Binary | 111010 | 1100010 | 10111010 | 1000101 | 101111 | 0 | 11011 | 11011101 | 110100 | 110000 |
Color Harmonies of #3A62BA
Complementary color
Monochromatic Colors of #3A62BA
Black with #3A62BA
Text Example
Text Example
White with #3A62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A62BA; }
p { color: rgb(58,98,186); }
H1.HeaderClassName
{
color: #3A62BA;
}
.AnyTagClassName
{
color: #3A62BA;
}
</style>
background-color css
<style>
a { background-color: #3A62BA; }
a { background-color: rgb(58,98,186); }
div.DivClassName
{
background-color: #3A62BA;
}
.BgClassName
{
background-color: #3A62BA;
}
</style>
border-color css
<style>
span { border-color: #3A62BA; }
span { border-color: rgb(58,98,186); }
td.TdClassName
{
border-color: #3A62BA;
}
.TagClassName
{
border-color: #3A62BA;
}
</style>