Shades of Free Speech Blue #333ECF
Tints of Free Speech Blue #333ECF
RGB
CMYK
RGB Variations
Color information
#333ECF (or 0x333ECF) is known color: Free Speech Blue. HEX triplet: 33, 3E and CF. RGB value is (51,62,207). Sum of RGB (Red+Green+Blue) = 51+62+207=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #333ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ECF is #CCC130. Grayscale: #4A4A4A. Windows color (decimal): -13418801 or 13581875. OLE color: 13581875.
HSL color Cylindrical-coordinate representation of color #333ECF: hue angle of 235.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333ECF is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 62 | 207 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.19 |
| HSL | 235.77º | 0.62% | 0.51% | - |
| HSV(B) | 235.77º | 0.75% | 0.81% | - |
| XYZ | 14.35 | 8.65 | 59.95 | - |
| YUV | 75.24 | 202.36 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 207 | 0.75 | 0.70 | 0 | 0.19 | 235.77 | 0.62 | 0.51 |
| Hex | 33 | 3E | CF | 4B | 46 | 0 | 13 | EC | 3E | 33 |
| Octal | 63 | 76 | 317 | 113 | 106 | 0 | 23 | 354 | 76 | 63 |
| Binary | 110011 | 111110 | 11001111 | 1001011 | 1000110 | 0 | 10011 | 11101100 | 111110 | 110011 |
Color Harmonies of #333ECF
Complementary color
Monochromatic Colors of #333ECF
Black with #333ECF
Text Example
Text Example
White with #333ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333ECF; }
p { color: rgb(51,62,207); }
H1.HeaderClassName
{
color: #333ECF;
}
.AnyTagClassName
{
color: #333ECF;
}
</style>
background-color css
<style>
a { background-color: #333ECF; }
a { background-color: rgb(51,62,207); }
div.DivClassName
{
background-color: #333ECF;
}
.BgClassName
{
background-color: #333ECF;
}
</style>
border-color css
<style>
span { border-color: #333ECF; }
span { border-color: rgb(51,62,207); }
td.TdClassName
{
border-color: #333ECF;
}
.TagClassName
{
border-color: #333ECF;
}
</style>