Shades of Free Speech Blue #335BD2
Tints of Free Speech Blue #335BD2
RGB
CMYK
RGB Variations
Color information
#335BD2 (or 0x335BD2) is known color: Free Speech Blue. HEX triplet: 33, 5B and D2. RGB value is (51,91,210). Sum of RGB (Red+Green+Blue) = 51+91+210=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 210 (82.42% from 255 or 59.66% from 352); Max value from RGB is 210 - color contains mainly: blue. Hex color #335BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335BD2 is #CCA42D. Grayscale: #5C5C5C. Windows color (decimal): -13411374 or 13785907. OLE color: 13785907.
HSL color Cylindrical-coordinate representation of color #335BD2: hue angle of 224.91º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335BD2 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 91 | 210 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.18 |
| HSL | 224.91º | 0.64% | 0.51% | - |
| HSV(B) | 224.91º | 0.76% | 0.82% | - |
| XYZ | 16.74 | 12.84 | 62.57 | - |
| YUV | 92.61 | 194.25 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 210 | 0.76 | 0.57 | 0 | 0.18 | 224.91 | 0.64 | 0.51 |
| Hex | 33 | 5B | D2 | 4C | 39 | 0 | 12 | E1 | 40 | 33 |
| Octal | 63 | 133 | 322 | 114 | 71 | 0 | 22 | 341 | 100 | 63 |
| Binary | 110011 | 1011011 | 11010010 | 1001100 | 111001 | 0 | 10010 | 11100001 | 1000000 | 110011 |
Color Harmonies of #335BD2
Complementary color
Monochromatic Colors of #335BD2
Black with #335BD2
Text Example
Text Example
White with #335BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335BD2; }
p { color: rgb(51,91,210); }
H1.HeaderClassName
{
color: #335BD2;
}
.AnyTagClassName
{
color: #335BD2;
}
</style>
background-color css
<style>
a { background-color: #335BD2; }
a { background-color: rgb(51,91,210); }
div.DivClassName
{
background-color: #335BD2;
}
.BgClassName
{
background-color: #335BD2;
}
</style>
border-color css
<style>
span { border-color: #335BD2; }
span { border-color: rgb(51,91,210); }
td.TdClassName
{
border-color: #335BD2;
}
.TagClassName
{
border-color: #335BD2;
}
</style>