Shades of Free Speech Blue #3555CE
Tints of Free Speech Blue #3555CE
RGB
CMYK
RGB Variations
Color information
#3555CE (or 0x3555CE) is known color: Free Speech Blue. HEX triplet: 35, 55 and CE. RGB value is (53,85,206). Sum of RGB (Red+Green+Blue) = 53+85+206=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #3555CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3555CE is #CAAA31. Grayscale: #585858. Windows color (decimal): -13281842 or 13522229. OLE color: 13522229.
HSL color Cylindrical-coordinate representation of color #3555CE: hue angle of 227.45º 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 #3555CE is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 85 | 206 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.19 |
| HSL | 227.45º | 0.61% | 0.51% | - |
| HSV(B) | 227.45º | 0.74% | 0.81% | - |
| XYZ | 15.86 | 11.71 | 59.82 | - |
| YUV | 89.23 | 193.9 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 206 | 0.74 | 0.59 | 0 | 0.19 | 227.45 | 0.61 | 0.51 |
| Hex | 35 | 55 | CE | 4A | 3B | 0 | 13 | E3 | 3D | 33 |
| Octal | 65 | 125 | 316 | 112 | 73 | 0 | 23 | 343 | 75 | 63 |
| Binary | 110101 | 1010101 | 11001110 | 1001010 | 111011 | 0 | 10011 | 11100011 | 111101 | 110011 |
Color Harmonies of #3555CE
Complementary color
Monochromatic Colors of #3555CE
Black with #3555CE
Text Example
Text Example
White with #3555CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3555CE; }
p { color: rgb(53,85,206); }
H1.HeaderClassName
{
color: #3555CE;
}
.AnyTagClassName
{
color: #3555CE;
}
</style>
background-color css
<style>
a { background-color: #3555CE; }
a { background-color: rgb(53,85,206); }
div.DivClassName
{
background-color: #3555CE;
}
.BgClassName
{
background-color: #3555CE;
}
</style>
border-color css
<style>
span { border-color: #3555CE; }
span { border-color: rgb(53,85,206); }
td.TdClassName
{
border-color: #3555CE;
}
.TagClassName
{
border-color: #3555CE;
}
</style>