Shades of Free Speech Blue #333FDB
Tints of Free Speech Blue #333FDB
RGB
CMYK
RGB Variations
Color information
#333FDB (or 0x333FDB) is known color: Free Speech Blue. HEX triplet: 33, 3F and DB. RGB value is (51,63,219). Sum of RGB (Red+Green+Blue) = 51+63+219=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #333FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333FDB is #CCC024. Grayscale: #4C4C4C. Windows color (decimal): -13418533 or 14368563. OLE color: 14368563.
HSL color Cylindrical-coordinate representation of color #333FDB: hue angle of 235.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #333FDB is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 63 | 219 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.14 |
| HSL | 235.71º | 0.7% | 0.53% | - |
| HSV(B) | 235.71º | 0.77% | 0.86% | - |
| XYZ | 15.93 | 9.37 | 67.99 | - |
| YUV | 77.2 | 208.02 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 219 | 0.77 | 0.71 | 0 | 0.14 | 235.71 | 0.7 | 0.53 |
| Hex | 33 | 3F | DB | 4D | 47 | 0 | E | EC | 46 | 35 |
| Octal | 63 | 77 | 333 | 115 | 107 | 0 | 16 | 354 | 106 | 65 |
| Binary | 110011 | 111111 | 11011011 | 1001101 | 1000111 | 0 | 1110 | 11101100 | 1000110 | 110101 |
Color Harmonies of #333FDB
Complementary color
Monochromatic Colors of #333FDB
Black with #333FDB
Text Example
Text Example
White with #333FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FDB; }
p { color: rgb(51,63,219); }
H1.HeaderClassName
{
color: #333FDB;
}
.AnyTagClassName
{
color: #333FDB;
}
</style>
background-color css
<style>
a { background-color: #333FDB; }
a { background-color: rgb(51,63,219); }
div.DivClassName
{
background-color: #333FDB;
}
.BgClassName
{
background-color: #333FDB;
}
</style>
border-color css
<style>
span { border-color: #333FDB; }
span { border-color: rgb(51,63,219); }
td.TdClassName
{
border-color: #333FDB;
}
.TagClassName
{
border-color: #333FDB;
}
</style>