Shades of Free Speech Blue #335ECD
Tints of Free Speech Blue #335ECD
RGB
CMYK
RGB Variations
Color information
#335ECD (or 0x335ECD) is known color: Free Speech Blue. HEX triplet: 33, 5E and CD. RGB value is (51,94,205). Sum of RGB (Red+Green+Blue) = 51+94+205=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #335ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ECD is #CCA132. Grayscale: #5D5D5D. Windows color (decimal): -13410611 or 13458995. OLE color: 13458995.
HSL color Cylindrical-coordinate representation of color #335ECD: hue angle of 223.25º degrees, saturation: 0.61, 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 #335ECD is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 94 | 205 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.20 |
| HSL | 223.25º | 0.61% | 0.5% | - |
| HSV(B) | 223.25º | 0.75% | 0.8% | - |
| XYZ | 16.39 | 13.12 | 59.43 | - |
| YUV | 93.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 205 | 0.75 | 0.54 | 0 | 0.20 | 223.25 | 0.61 | 0.5 |
| Hex | 33 | 5E | CD | 4B | 36 | 0 | 14 | DF | 3D | 32 |
| Octal | 63 | 136 | 315 | 113 | 66 | 0 | 24 | 337 | 75 | 62 |
| Binary | 110011 | 1011110 | 11001101 | 1001011 | 110110 | 0 | 10100 | 11011111 | 111101 | 110010 |
Color Harmonies of #335ECD
Complementary color
Monochromatic Colors of #335ECD
Black with #335ECD
Text Example
Text Example
White with #335ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335ECD; }
p { color: rgb(51,94,205); }
H1.HeaderClassName
{
color: #335ECD;
}
.AnyTagClassName
{
color: #335ECD;
}
</style>
background-color css
<style>
a { background-color: #335ECD; }
a { background-color: rgb(51,94,205); }
div.DivClassName
{
background-color: #335ECD;
}
.BgClassName
{
background-color: #335ECD;
}
</style>
border-color css
<style>
span { border-color: #335ECD; }
span { border-color: rgb(51,94,205); }
td.TdClassName
{
border-color: #335ECD;
}
.TagClassName
{
border-color: #335ECD;
}
</style>