Shades of Free Speech Blue #3A62CE
Tints of Free Speech Blue #3A62CE
RGB
CMYK
RGB Variations
Color information
#3A62CE (or 0x3A62CE) is known color: Free Speech Blue. HEX triplet: 3A, 62 and CE. RGB value is (58,98,206). Sum of RGB (Red+Green+Blue) = 58+98+206=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A62CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A62CE is #C59D31. Grayscale: #616161. Windows color (decimal): -12950834 or 13525562. OLE color: 13525562.
HSL color Cylindrical-coordinate representation of color #3A62CE: hue angle of 223.78º degrees, saturation: 0.6, 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 #3A62CE is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 98 | 206 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.19 |
| HSL | 223.78º | 0.6% | 0.52% | - |
| HSV(B) | 223.78º | 0.72% | 0.81% | - |
| XYZ | 17.25 | 14.09 | 60.2 | - |
| YUV | 98.35 | 188.75 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 206 | 0.72 | 0.52 | 0 | 0.19 | 223.78 | 0.6 | 0.52 |
| Hex | 3A | 62 | CE | 48 | 34 | 0 | 13 | E0 | 3C | 34 |
| Octal | 72 | 142 | 316 | 110 | 64 | 0 | 23 | 340 | 74 | 64 |
| Binary | 111010 | 1100010 | 11001110 | 1001000 | 110100 | 0 | 10011 | 11100000 | 111100 | 110100 |
Color Harmonies of #3A62CE
Complementary color
Monochromatic Colors of #3A62CE
Black with #3A62CE
Text Example
Text Example
White with #3A62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A62CE; }
p { color: rgb(58,98,206); }
H1.HeaderClassName
{
color: #3A62CE;
}
.AnyTagClassName
{
color: #3A62CE;
}
</style>
background-color css
<style>
a { background-color: #3A62CE; }
a { background-color: rgb(58,98,206); }
div.DivClassName
{
background-color: #3A62CE;
}
.BgClassName
{
background-color: #3A62CE;
}
</style>
border-color css
<style>
span { border-color: #3A62CE; }
span { border-color: rgb(58,98,206); }
td.TdClassName
{
border-color: #3A62CE;
}
.TagClassName
{
border-color: #3A62CE;
}
</style>