Shades of Free Speech Blue #333ADB
Tints of Free Speech Blue #333ADB
RGB
CMYK
RGB Variations
Color information
#333ADB (or 0x333ADB) is known color: Free Speech Blue. HEX triplet: 33, 3A and DB. RGB value is (51,58,219). Sum of RGB (Red+Green+Blue) = 51+58+219=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #333ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ADB is #CCC524. Grayscale: #494949. Windows color (decimal): -13419813 or 14367283. OLE color: 14367283.
HSL color Cylindrical-coordinate representation of color #333ADB: hue angle of 237.5º 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 #333ADB is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 58 | 219 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.14 |
| HSL | 237.5º | 0.7% | 0.53% | - |
| HSV(B) | 237.5º | 0.77% | 0.86% | - |
| XYZ | 15.66 | 8.84 | 67.9 | - |
| YUV | 74.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 219 | 0.77 | 0.74 | 0 | 0.14 | 237.5 | 0.7 | 0.53 |
| Hex | 33 | 3A | DB | 4D | 4A | 0 | E | EE | 46 | 35 |
| Octal | 63 | 72 | 333 | 115 | 112 | 0 | 16 | 356 | 106 | 65 |
| Binary | 110011 | 111010 | 11011011 | 1001101 | 1001010 | 0 | 1110 | 11101110 | 1000110 | 110101 |
Color Harmonies of #333ADB
Complementary color
Monochromatic Colors of #333ADB
Black with #333ADB
Text Example
Text Example
White with #333ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333ADB; }
p { color: rgb(51,58,219); }
H1.HeaderClassName
{
color: #333ADB;
}
.AnyTagClassName
{
color: #333ADB;
}
</style>
background-color css
<style>
a { background-color: #333ADB; }
a { background-color: rgb(51,58,219); }
div.DivClassName
{
background-color: #333ADB;
}
.BgClassName
{
background-color: #333ADB;
}
</style>
border-color css
<style>
span { border-color: #333ADB; }
span { border-color: rgb(51,58,219); }
td.TdClassName
{
border-color: #333ADB;
}
.TagClassName
{
border-color: #333ADB;
}
</style>