Shades of Free Speech Blue #335BCC
Tints of Free Speech Blue #335BCC
RGB
CMYK
RGB Variations
Color information
#335BCC (or 0x335BCC) is known color: Free Speech Blue. HEX triplet: 33, 5B and CC. RGB value is (51,91,204). Sum of RGB (Red+Green+Blue) = 51+91+204=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #335BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BCC is #CCA433. Grayscale: #5B5B5B. Windows color (decimal): -13411380 or 13392691. OLE color: 13392691.
HSL color Cylindrical-coordinate representation of color #335BCC: hue angle of 224.31º 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 #335BCC is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 91 | 204 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.2 |
| HSL | 224.31º | 0.6% | 0.5% | - |
| HSV(B) | 224.31º | 0.75% | 0.8% | - |
| XYZ | 16.01 | 12.55 | 58.7 | - |
| YUV | 91.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 204 | 0.75 | 0.55 | 0 | 0.2 | 224.31 | 0.6 | 0.5 |
| Hex | 33 | 5B | CC | 4B | 37 | 0 | 14 | E0 | 3C | 32 |
| Octal | 63 | 133 | 314 | 113 | 67 | 0 | 24 | 340 | 74 | 62 |
| Binary | 110011 | 1011011 | 11001100 | 1001011 | 110111 | 0 | 10100 | 11100000 | 111100 | 110010 |
Color Harmonies of #335BCC
Complementary color
Monochromatic Colors of #335BCC
Black with #335BCC
Text Example
Text Example
White with #335BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335BCC; }
p { color: rgb(51,91,204); }
H1.HeaderClassName
{
color: #335BCC;
}
.AnyTagClassName
{
color: #335BCC;
}
</style>
background-color css
<style>
a { background-color: #335BCC; }
a { background-color: rgb(51,91,204); }
div.DivClassName
{
background-color: #335BCC;
}
.BgClassName
{
background-color: #335BCC;
}
</style>
border-color css
<style>
span { border-color: #335BCC; }
span { border-color: rgb(51,91,204); }
td.TdClassName
{
border-color: #335BCC;
}
.TagClassName
{
border-color: #335BCC;
}
</style>