Shades of Free Speech Blue #3A62CF
Tints of Free Speech Blue #3A62CF
RGB
CMYK
RGB Variations
Color information
#3A62CF (or 0x3A62CF) is known color: Free Speech Blue. HEX triplet: 3A, 62 and CF. RGB value is (58,98,207). Sum of RGB (Red+Green+Blue) = 58+98+207=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A62CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A62CF is #C59D30. Grayscale: #616161. Windows color (decimal): -12950833 or 13591098. OLE color: 13591098.
HSL color Cylindrical-coordinate representation of color #3A62CF: hue angle of 223.89º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A62CF is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 98 | 207 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.19 |
| HSL | 223.89º | 0.61% | 0.52% | - |
| HSV(B) | 223.89º | 0.72% | 0.81% | - |
| XYZ | 17.38 | 14.14 | 60.84 | - |
| YUV | 98.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 207 | 0.72 | 0.53 | 0 | 0.19 | 223.89 | 0.61 | 0.52 |
| Hex | 3A | 62 | CF | 48 | 35 | 0 | 13 | E0 | 3D | 34 |
| Octal | 72 | 142 | 317 | 110 | 65 | 0 | 23 | 340 | 75 | 64 |
| Binary | 111010 | 1100010 | 11001111 | 1001000 | 110101 | 0 | 10011 | 11100000 | 111101 | 110100 |
Color Harmonies of #3A62CF
Complementary color
Monochromatic Colors of #3A62CF
Black with #3A62CF
Text Example
Text Example
White with #3A62CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A62CF; }
p { color: rgb(58,98,207); }
H1.HeaderClassName
{
color: #3A62CF;
}
.AnyTagClassName
{
color: #3A62CF;
}
</style>
background-color css
<style>
a { background-color: #3A62CF; }
a { background-color: rgb(58,98,207); }
div.DivClassName
{
background-color: #3A62CF;
}
.BgClassName
{
background-color: #3A62CF;
}
</style>
border-color css
<style>
span { border-color: #3A62CF; }
span { border-color: rgb(58,98,207); }
td.TdClassName
{
border-color: #3A62CF;
}
.TagClassName
{
border-color: #3A62CF;
}
</style>