Shades of Free Speech Blue #335BCD
Tints of Free Speech Blue #335BCD
RGB
CMYK
RGB Variations
Color information
#335BCD (or 0x335BCD) is known color: Free Speech Blue. HEX triplet: 33, 5B and CD. RGB value is (51,91,205). Sum of RGB (Red+Green+Blue) = 51+91+205=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #335BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BCD is #CCA432. Grayscale: #5B5B5B. Windows color (decimal): -13411379 or 13458227. OLE color: 13458227.
HSL color Cylindrical-coordinate representation of color #335BCD: hue angle of 224.42º 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 #335BCD is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 91 | 205 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.20 |
| HSL | 224.42º | 0.61% | 0.5% | - |
| HSV(B) | 224.42º | 0.75% | 0.8% | - |
| XYZ | 16.13 | 12.59 | 59.34 | - |
| YUV | 92.04 | 191.75 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 205 | 0.75 | 0.56 | 0 | 0.20 | 224.42 | 0.61 | 0.5 |
| Hex | 33 | 5B | CD | 4B | 38 | 0 | 14 | E0 | 3D | 32 |
| Octal | 63 | 133 | 315 | 113 | 70 | 0 | 24 | 340 | 75 | 62 |
| Binary | 110011 | 1011011 | 11001101 | 1001011 | 111000 | 0 | 10100 | 11100000 | 111101 | 110010 |
Color Harmonies of #335BCD
Complementary color
Monochromatic Colors of #335BCD
Black with #335BCD
Text Example
Text Example
White with #335BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335BCD; }
p { color: rgb(51,91,205); }
H1.HeaderClassName
{
color: #335BCD;
}
.AnyTagClassName
{
color: #335BCD;
}
</style>
background-color css
<style>
a { background-color: #335BCD; }
a { background-color: rgb(51,91,205); }
div.DivClassName
{
background-color: #335BCD;
}
.BgClassName
{
background-color: #335BCD;
}
</style>
border-color css
<style>
span { border-color: #335BCD; }
span { border-color: rgb(51,91,205); }
td.TdClassName
{
border-color: #335BCD;
}
.TagClassName
{
border-color: #335BCD;
}
</style>