Shades of Free Speech Blue #333EDF
Tints of Free Speech Blue #333EDF
RGB
CMYK
RGB Variations
Color information
#333EDF (or 0x333EDF) is known color: Free Speech Blue. HEX triplet: 33, 3E and DF. RGB value is (51,62,223). Sum of RGB (Red+Green+Blue) = 51+62+223=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #333EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333EDF is #CCC120. Grayscale: #4C4C4C. Windows color (decimal): -13418785 or 14630451. OLE color: 14630451.
HSL color Cylindrical-coordinate representation of color #333EDF: hue angle of 236.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #333EDF is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 62 | 223 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.13 |
| HSL | 236.16º | 0.73% | 0.54% | - |
| HSV(B) | 236.16º | 0.77% | 0.87% | - |
| XYZ | 16.41 | 9.48 | 70.78 | - |
| YUV | 77.07 | 210.36 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 223 | 0.77 | 0.72 | 0 | 0.13 | 236.16 | 0.73 | 0.54 |
| Hex | 33 | 3E | DF | 4D | 48 | 0 | D | EC | 49 | 36 |
| Octal | 63 | 76 | 337 | 115 | 110 | 0 | 15 | 354 | 111 | 66 |
| Binary | 110011 | 111110 | 11011111 | 1001101 | 1001000 | 0 | 1101 | 11101100 | 1001001 | 110110 |
Color Harmonies of #333EDF
Complementary color
Monochromatic Colors of #333EDF
Black with #333EDF
Text Example
Text Example
White with #333EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333EDF; }
p { color: rgb(51,62,223); }
H1.HeaderClassName
{
color: #333EDF;
}
.AnyTagClassName
{
color: #333EDF;
}
</style>
background-color css
<style>
a { background-color: #333EDF; }
a { background-color: rgb(51,62,223); }
div.DivClassName
{
background-color: #333EDF;
}
.BgClassName
{
background-color: #333EDF;
}
</style>
border-color css
<style>
span { border-color: #333EDF; }
span { border-color: rgb(51,62,223); }
td.TdClassName
{
border-color: #333EDF;
}
.TagClassName
{
border-color: #333EDF;
}
</style>