Shades of Free Speech Blue #333DDD
Tints of Free Speech Blue #333DDD
RGB
CMYK
RGB Variations
Color information
#333DDD (or 0x333DDD) is known color: Free Speech Blue. HEX triplet: 33, 3D and DD. RGB value is (51,61,221). Sum of RGB (Red+Green+Blue) = 51+61+221=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #333DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DDD is #CCC222. Grayscale: #4B4B4B. Windows color (decimal): -13419043 or 14499123. OLE color: 14499123.
HSL color Cylindrical-coordinate representation of color #333DDD: hue angle of 236.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #333DDD is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 61 | 221 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.13 |
| HSL | 236.47º | 0.71% | 0.53% | - |
| HSV(B) | 236.47º | 0.77% | 0.87% | - |
| XYZ | 16.09 | 9.26 | 69.35 | - |
| YUV | 76.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 221 | 0.77 | 0.72 | 0 | 0.13 | 236.47 | 0.71 | 0.53 |
| Hex | 33 | 3D | DD | 4D | 48 | 0 | D | EC | 47 | 35 |
| Octal | 63 | 75 | 335 | 115 | 110 | 0 | 15 | 354 | 107 | 65 |
| Binary | 110011 | 111101 | 11011101 | 1001101 | 1001000 | 0 | 1101 | 11101100 | 1000111 | 110101 |
Color Harmonies of #333DDD
Complementary color
Monochromatic Colors of #333DDD
Black with #333DDD
Text Example
Text Example
White with #333DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DDD; }
p { color: rgb(51,61,221); }
H1.HeaderClassName
{
color: #333DDD;
}
.AnyTagClassName
{
color: #333DDD;
}
</style>
background-color css
<style>
a { background-color: #333DDD; }
a { background-color: rgb(51,61,221); }
div.DivClassName
{
background-color: #333DDD;
}
.BgClassName
{
background-color: #333DDD;
}
</style>
border-color css
<style>
span { border-color: #333DDD; }
span { border-color: rgb(51,61,221); }
td.TdClassName
{
border-color: #333DDD;
}
.TagClassName
{
border-color: #333DDD;
}
</style>