Shades of Free Speech Blue #3556CE
Tints of Free Speech Blue #3556CE
RGB
CMYK
RGB Variations
Color information
#3556CE (or 0x3556CE) is known color: Free Speech Blue. HEX triplet: 35, 56 and CE. RGB value is (53,86,206). Sum of RGB (Red+Green+Blue) = 53+86+206=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #3556CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3556CE is #CAA931. Grayscale: #595959. Windows color (decimal): -13281586 or 13522485. OLE color: 13522485.
HSL color Cylindrical-coordinate representation of color #3556CE: hue angle of 227.06º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3556CE is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 86 | 206 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.19 |
| HSL | 227.06º | 0.61% | 0.51% | - |
| HSV(B) | 227.06º | 0.74% | 0.81% | - |
| XYZ | 15.94 | 11.87 | 59.84 | - |
| YUV | 89.81 | 193.57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 206 | 0.74 | 0.58 | 0 | 0.19 | 227.06 | 0.61 | 0.51 |
| Hex | 35 | 56 | CE | 4A | 3A | 0 | 13 | E3 | 3D | 33 |
| Octal | 65 | 126 | 316 | 112 | 72 | 0 | 23 | 343 | 75 | 63 |
| Binary | 110101 | 1010110 | 11001110 | 1001010 | 111010 | 0 | 10011 | 11100011 | 111101 | 110011 |
Color Harmonies of #3556CE
Complementary color
Monochromatic Colors of #3556CE
Black with #3556CE
Text Example
Text Example
White with #3556CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3556CE; }
p { color: rgb(53,86,206); }
H1.HeaderClassName
{
color: #3556CE;
}
.AnyTagClassName
{
color: #3556CE;
}
</style>
background-color css
<style>
a { background-color: #3556CE; }
a { background-color: rgb(53,86,206); }
div.DivClassName
{
background-color: #3556CE;
}
.BgClassName
{
background-color: #3556CE;
}
</style>
border-color css
<style>
span { border-color: #3556CE; }
span { border-color: rgb(53,86,206); }
td.TdClassName
{
border-color: #3556CE;
}
.TagClassName
{
border-color: #3556CE;
}
</style>