Shades of Free Speech Blue #335ECC
Tints of Free Speech Blue #335ECC
RGB
CMYK
RGB Variations
Color information
#335ECC (or 0x335ECC) is known color: Free Speech Blue. HEX triplet: 33, 5E and CC. RGB value is (51,94,204). Sum of RGB (Red+Green+Blue) = 51+94+204=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #335ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ECC is #CCA133. Grayscale: #5D5D5D. Windows color (decimal): -13410612 or 13393459. OLE color: 13393459.
HSL color Cylindrical-coordinate representation of color #335ECC: hue angle of 223.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #335ECC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 94 | 204 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.2 |
| HSL | 223.14º | 0.6% | 0.5% | - |
| HSV(B) | 223.14º | 0.75% | 0.8% | - |
| XYZ | 16.27 | 13.07 | 58.79 | - |
| YUV | 93.68 | 190.25 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 204 | 0.75 | 0.54 | 0 | 0.2 | 223.14 | 0.6 | 0.5 |
| Hex | 33 | 5E | CC | 4B | 36 | 0 | 14 | DF | 3C | 32 |
| Octal | 63 | 136 | 314 | 113 | 66 | 0 | 24 | 337 | 74 | 62 |
| Binary | 110011 | 1011110 | 11001100 | 1001011 | 110110 | 0 | 10100 | 11011111 | 111100 | 110010 |
Color Harmonies of #335ECC
Complementary color
Monochromatic Colors of #335ECC
Black with #335ECC
Text Example
Text Example
White with #335ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335ECC; }
p { color: rgb(51,94,204); }
H1.HeaderClassName
{
color: #335ECC;
}
.AnyTagClassName
{
color: #335ECC;
}
</style>
background-color css
<style>
a { background-color: #335ECC; }
a { background-color: rgb(51,94,204); }
div.DivClassName
{
background-color: #335ECC;
}
.BgClassName
{
background-color: #335ECC;
}
</style>
border-color css
<style>
span { border-color: #335ECC; }
span { border-color: rgb(51,94,204); }
td.TdClassName
{
border-color: #335ECC;
}
.TagClassName
{
border-color: #335ECC;
}
</style>