Shades of Free Speech Blue #333ED4
Tints of Free Speech Blue #333ED4
RGB
CMYK
RGB Variations
Color information
#333ED4 (or 0x333ED4) is known color: Free Speech Blue. HEX triplet: 33, 3E and D4. RGB value is (51,62,212). Sum of RGB (Red+Green+Blue) = 51+62+212=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 212 (83.20% from 255 or 65.23% from 325); Max value from RGB is 212 - color contains mainly: blue. Hex color #333ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ED4 is #CCC12B. Grayscale: #4B4B4B. Windows color (decimal): -13418796 or 13909555. OLE color: 13909555.
HSL color Cylindrical-coordinate representation of color #333ED4: hue angle of 235.9º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #333ED4 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 62 | 212 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.17 |
| HSL | 235.9º | 0.65% | 0.52% | - |
| HSV(B) | 235.9º | 0.76% | 0.83% | - |
| XYZ | 14.97 | 8.9 | 63.22 | - |
| YUV | 75.81 | 204.86 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 212 | 0.76 | 0.71 | 0 | 0.17 | 235.9 | 0.65 | 0.52 |
| Hex | 33 | 3E | D4 | 4C | 47 | 0 | 11 | EC | 41 | 34 |
| Octal | 63 | 76 | 324 | 114 | 107 | 0 | 21 | 354 | 101 | 64 |
| Binary | 110011 | 111110 | 11010100 | 1001100 | 1000111 | 0 | 10001 | 11101100 | 1000001 | 110100 |
Color Harmonies of #333ED4
Complementary color
Monochromatic Colors of #333ED4
Black with #333ED4
Text Example
Text Example
White with #333ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333ED4; }
p { color: rgb(51,62,212); }
H1.HeaderClassName
{
color: #333ED4;
}
.AnyTagClassName
{
color: #333ED4;
}
</style>
background-color css
<style>
a { background-color: #333ED4; }
a { background-color: rgb(51,62,212); }
div.DivClassName
{
background-color: #333ED4;
}
.BgClassName
{
background-color: #333ED4;
}
</style>
border-color css
<style>
span { border-color: #333ED4; }
span { border-color: rgb(51,62,212); }
td.TdClassName
{
border-color: #333ED4;
}
.TagClassName
{
border-color: #333ED4;
}
</style>