Shades of Free Speech Blue #3355CE
Tints of Free Speech Blue #3355CE
RGB
CMYK
RGB Variations
Color information
#3355CE (or 0x3355CE) is known color: Free Speech Blue. HEX triplet: 33, 55 and CE. RGB value is (51,85,206). Sum of RGB (Red+Green+Blue) = 51+85+206=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #3355CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355CE is #CCAA31. Grayscale: #585858. Windows color (decimal): -13412914 or 13522227. OLE color: 13522227.
HSL color Cylindrical-coordinate representation of color #3355CE: hue angle of 226.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3355CE is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 85 | 206 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.19 |
| HSL | 226.84º | 0.61% | 0.5% | - |
| HSV(B) | 226.84º | 0.75% | 0.81% | - |
| XYZ | 15.75 | 11.66 | 59.81 | - |
| YUV | 88.63 | 194.24 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 206 | 0.75 | 0.59 | 0 | 0.19 | 226.84 | 0.61 | 0.5 |
| Hex | 33 | 55 | CE | 4B | 3B | 0 | 13 | E3 | 3D | 32 |
| Octal | 63 | 125 | 316 | 113 | 73 | 0 | 23 | 343 | 75 | 62 |
| Binary | 110011 | 1010101 | 11001110 | 1001011 | 111011 | 0 | 10011 | 11100011 | 111101 | 110010 |
Color Harmonies of #3355CE
Complementary color
Monochromatic Colors of #3355CE
Black with #3355CE
Text Example
Text Example
White with #3355CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355CE; }
p { color: rgb(51,85,206); }
H1.HeaderClassName
{
color: #3355CE;
}
.AnyTagClassName
{
color: #3355CE;
}
</style>
background-color css
<style>
a { background-color: #3355CE; }
a { background-color: rgb(51,85,206); }
div.DivClassName
{
background-color: #3355CE;
}
.BgClassName
{
background-color: #3355CE;
}
</style>
border-color css
<style>
span { border-color: #3355CE; }
span { border-color: rgb(51,85,206); }
td.TdClassName
{
border-color: #3355CE;
}
.TagClassName
{
border-color: #3355CE;
}
</style>