Shades of Free Speech Blue #335CCD
Tints of Free Speech Blue #335CCD
RGB
CMYK
RGB Variations
Color information
#335CCD (or 0x335CCD) is known color: Free Speech Blue. HEX triplet: 33, 5C and CD. RGB value is (51,92,205). Sum of RGB (Red+Green+Blue) = 51+92+205=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #335CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CCD is #CCA332. Grayscale: #5C5C5C. Windows color (decimal): -13411123 or 13458483. OLE color: 13458483.
HSL color Cylindrical-coordinate representation of color #335CCD: hue angle of 224.03º 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 #335CCD is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 92 | 205 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.20 |
| HSL | 224.03º | 0.61% | 0.5% | - |
| HSV(B) | 224.03º | 0.75% | 0.8% | - |
| XYZ | 16.21 | 12.77 | 59.37 | - |
| YUV | 92.62 | 191.42 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 205 | 0.75 | 0.55 | 0 | 0.20 | 224.03 | 0.61 | 0.5 |
| Hex | 33 | 5C | CD | 4B | 37 | 0 | 14 | E0 | 3D | 32 |
| Octal | 63 | 134 | 315 | 113 | 67 | 0 | 24 | 340 | 75 | 62 |
| Binary | 110011 | 1011100 | 11001101 | 1001011 | 110111 | 0 | 10100 | 11100000 | 111101 | 110010 |
Color Harmonies of #335CCD
Complementary color
Monochromatic Colors of #335CCD
Black with #335CCD
Text Example
Text Example
White with #335CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335CCD; }
p { color: rgb(51,92,205); }
H1.HeaderClassName
{
color: #335CCD;
}
.AnyTagClassName
{
color: #335CCD;
}
</style>
background-color css
<style>
a { background-color: #335CCD; }
a { background-color: rgb(51,92,205); }
div.DivClassName
{
background-color: #335CCD;
}
.BgClassName
{
background-color: #335CCD;
}
</style>
border-color css
<style>
span { border-color: #335CCD; }
span { border-color: rgb(51,92,205); }
td.TdClassName
{
border-color: #335CCD;
}
.TagClassName
{
border-color: #335CCD;
}
</style>