Shades of Free Speech Blue #3A53CE
Tints of Free Speech Blue #3A53CE
RGB
CMYK
RGB Variations
Color information
#3A53CE (or 0x3A53CE) is known color: Free Speech Blue. HEX triplet: 3A, 53 and CE. RGB value is (58,83,206). Sum of RGB (Red+Green+Blue) = 58+83+206=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A53CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A53CE is #C5AC31. Grayscale: #595959. Windows color (decimal): -12954674 or 13521722. OLE color: 13521722.
HSL color Cylindrical-coordinate representation of color #3A53CE: hue angle of 229.86º 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 #3A53CE is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 83 | 206 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.19 |
| HSL | 229.86º | 0.6% | 0.52% | - |
| HSV(B) | 229.86º | 0.72% | 0.81% | - |
| XYZ | 15.98 | 11.54 | 59.78 | - |
| YUV | 89.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 206 | 0.72 | 0.60 | 0 | 0.19 | 229.86 | 0.6 | 0.52 |
| Hex | 3A | 53 | CE | 48 | 3C | 0 | 13 | E6 | 3C | 34 |
| Octal | 72 | 123 | 316 | 110 | 74 | 0 | 23 | 346 | 74 | 64 |
| Binary | 111010 | 1010011 | 11001110 | 1001000 | 111100 | 0 | 10011 | 11100110 | 111100 | 110100 |
Color Harmonies of #3A53CE
Complementary color
Monochromatic Colors of #3A53CE
Black with #3A53CE
Text Example
Text Example
White with #3A53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A53CE; }
p { color: rgb(58,83,206); }
H1.HeaderClassName
{
color: #3A53CE;
}
.AnyTagClassName
{
color: #3A53CE;
}
</style>
background-color css
<style>
a { background-color: #3A53CE; }
a { background-color: rgb(58,83,206); }
div.DivClassName
{
background-color: #3A53CE;
}
.BgClassName
{
background-color: #3A53CE;
}
</style>
border-color css
<style>
span { border-color: #3A53CE; }
span { border-color: rgb(58,83,206); }
td.TdClassName
{
border-color: #3A53CE;
}
.TagClassName
{
border-color: #3A53CE;
}
</style>