Shades of Free Speech Blue #3550CE
Tints of Free Speech Blue #3550CE
RGB
CMYK
RGB Variations
Color information
#3550CE (or 0x3550CE) is known color: Free Speech Blue. HEX triplet: 35, 50 and CE. RGB value is (53,80,206). Sum of RGB (Red+Green+Blue) = 53+80+206=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #3550CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550CE is #CAAF31. Grayscale: #555555. Windows color (decimal): -13283122 or 13520949. OLE color: 13520949.
HSL color Cylindrical-coordinate representation of color #3550CE: hue angle of 229.41º 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 #3550CE is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 80 | 206 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.19 |
| HSL | 229.41º | 0.61% | 0.51% | - |
| HSV(B) | 229.41º | 0.74% | 0.81% | - |
| XYZ | 15.48 | 10.95 | 59.69 | - |
| YUV | 86.29 | 195.55 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 206 | 0.74 | 0.61 | 0 | 0.19 | 229.41 | 0.61 | 0.51 |
| Hex | 35 | 50 | CE | 4A | 3D | 0 | 13 | E5 | 3D | 33 |
| Octal | 65 | 120 | 316 | 112 | 75 | 0 | 23 | 345 | 75 | 63 |
| Binary | 110101 | 1010000 | 11001110 | 1001010 | 111101 | 0 | 10011 | 11100101 | 111101 | 110011 |
Color Harmonies of #3550CE
Complementary color
Monochromatic Colors of #3550CE
Black with #3550CE
Text Example
Text Example
White with #3550CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3550CE; }
p { color: rgb(53,80,206); }
H1.HeaderClassName
{
color: #3550CE;
}
.AnyTagClassName
{
color: #3550CE;
}
</style>
background-color css
<style>
a { background-color: #3550CE; }
a { background-color: rgb(53,80,206); }
div.DivClassName
{
background-color: #3550CE;
}
.BgClassName
{
background-color: #3550CE;
}
</style>
border-color css
<style>
span { border-color: #3550CE; }
span { border-color: rgb(53,80,206); }
td.TdClassName
{
border-color: #3550CE;
}
.TagClassName
{
border-color: #3550CE;
}
</style>