Shades of Free Speech Blue #333BDB
Tints of Free Speech Blue #333BDB
RGB
CMYK
RGB Variations
Color information
#333BDB (or 0x333BDB) is known color: Free Speech Blue. HEX triplet: 33, 3B and DB. RGB value is (51,59,219). Sum of RGB (Red+Green+Blue) = 51+59+219=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #333BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333BDB is #CCC424. Grayscale: #4A4A4A. Windows color (decimal): -13419557 or 14367539. OLE color: 14367539.
HSL color Cylindrical-coordinate representation of color #333BDB: hue angle of 237.14º 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 #333BDB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 59 | 219 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.14 |
| HSL | 237.14º | 0.7% | 0.53% | - |
| HSV(B) | 237.14º | 0.77% | 0.86% | - |
| XYZ | 15.72 | 8.95 | 67.92 | - |
| YUV | 74.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 219 | 0.77 | 0.73 | 0 | 0.14 | 237.14 | 0.7 | 0.53 |
| Hex | 33 | 3B | DB | 4D | 49 | 0 | E | ED | 46 | 35 |
| Octal | 63 | 73 | 333 | 115 | 111 | 0 | 16 | 355 | 106 | 65 |
| Binary | 110011 | 111011 | 11011011 | 1001101 | 1001001 | 0 | 1110 | 11101101 | 1000110 | 110101 |
Color Harmonies of #333BDB
Complementary color
Monochromatic Colors of #333BDB
Black with #333BDB
Text Example
Text Example
White with #333BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BDB; }
p { color: rgb(51,59,219); }
H1.HeaderClassName
{
color: #333BDB;
}
.AnyTagClassName
{
color: #333BDB;
}
</style>
background-color css
<style>
a { background-color: #333BDB; }
a { background-color: rgb(51,59,219); }
div.DivClassName
{
background-color: #333BDB;
}
.BgClassName
{
background-color: #333BDB;
}
</style>
border-color css
<style>
span { border-color: #333BDB; }
span { border-color: rgb(51,59,219); }
td.TdClassName
{
border-color: #333BDB;
}
.TagClassName
{
border-color: #333BDB;
}
</style>