Shades of Free Speech Blue #3A62B9
Tints of Free Speech Blue #3A62B9
RGB
CMYK
RGB Variations
Color information
#3A62B9 (or 0x3A62B9) is known color: Free Speech Blue. HEX triplet: 3A, 62 and B9. RGB value is (58,98,185). Sum of RGB (Red+Green+Blue) = 58+98+185=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A62B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A62B9 is #C59D46. Grayscale: #5F5F5F. Windows color (decimal): -12950855 or 12149306. OLE color: 12149306.
HSL color Cylindrical-coordinate representation of color #3A62B9: hue angle of 221.1º 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 #3A62B9 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 98 | 185 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.27 |
| HSL | 221.1º | 0.52% | 0.48% | - |
| HSV(B) | 221.1º | 0.69% | 0.73% | - |
| XYZ | 14.87 | 13.14 | 47.65 | - |
| YUV | 95.96 | 178.25 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 185 | 0.69 | 0.47 | 0 | 0.27 | 221.1 | 0.52 | 0.48 |
| Hex | 3A | 62 | B9 | 45 | 2F | 0 | 1B | DD | 34 | 30 |
| Octal | 72 | 142 | 271 | 105 | 57 | 0 | 33 | 335 | 64 | 60 |
| Binary | 111010 | 1100010 | 10111001 | 1000101 | 101111 | 0 | 11011 | 11011101 | 110100 | 110000 |
Color Harmonies of #3A62B9
Complementary color
Monochromatic Colors of #3A62B9
Black with #3A62B9
Text Example
Text Example
White with #3A62B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A62B9; }
p { color: rgb(58,98,185); }
H1.HeaderClassName
{
color: #3A62B9;
}
.AnyTagClassName
{
color: #3A62B9;
}
</style>
background-color css
<style>
a { background-color: #3A62B9; }
a { background-color: rgb(58,98,185); }
div.DivClassName
{
background-color: #3A62B9;
}
.BgClassName
{
background-color: #3A62B9;
}
</style>
border-color css
<style>
span { border-color: #3A62B9; }
span { border-color: rgb(58,98,185); }
td.TdClassName
{
border-color: #3A62B9;
}
.TagClassName
{
border-color: #3A62B9;
}
</style>