Shades of Free Speech Blue #3A62BF
Tints of Free Speech Blue #3A62BF
RGB
CMYK
RGB Variations
Color information
#3A62BF (or 0x3A62BF) is known color: Free Speech Blue. HEX triplet: 3A, 62 and BF. RGB value is (58,98,191). Sum of RGB (Red+Green+Blue) = 58+98+191=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A62BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A62BF is #C59D40. Grayscale: #606060. Windows color (decimal): -12950849 or 12542522. OLE color: 12542522.
HSL color Cylindrical-coordinate representation of color #3A62BF: hue angle of 221.95º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A62BF is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 98 | 191 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.25 |
| HSL | 221.95º | 0.53% | 0.49% | - |
| HSV(B) | 221.95º | 0.7% | 0.75% | - |
| XYZ | 15.52 | 13.4 | 51.06 | - |
| YUV | 96.64 | 181.25 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 191 | 0.70 | 0.49 | 0 | 0.25 | 221.95 | 0.53 | 0.49 |
| Hex | 3A | 62 | BF | 46 | 31 | 0 | 19 | DE | 35 | 31 |
| Octal | 72 | 142 | 277 | 106 | 61 | 0 | 31 | 336 | 65 | 61 |
| Binary | 111010 | 1100010 | 10111111 | 1000110 | 110001 | 0 | 11001 | 11011110 | 110101 | 110001 |
Color Harmonies of #3A62BF
Complementary color
Monochromatic Colors of #3A62BF
Black with #3A62BF
Text Example
Text Example
White with #3A62BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A62BF; }
p { color: rgb(58,98,191); }
H1.HeaderClassName
{
color: #3A62BF;
}
.AnyTagClassName
{
color: #3A62BF;
}
</style>
background-color css
<style>
a { background-color: #3A62BF; }
a { background-color: rgb(58,98,191); }
div.DivClassName
{
background-color: #3A62BF;
}
.BgClassName
{
background-color: #3A62BF;
}
</style>
border-color css
<style>
span { border-color: #3A62BF; }
span { border-color: rgb(58,98,191); }
td.TdClassName
{
border-color: #3A62BF;
}
.TagClassName
{
border-color: #3A62BF;
}
</style>