Shades of Free Speech Blue #334ED2
Tints of Free Speech Blue #334ED2
RGB
CMYK
RGB Variations
Color information
#334ED2 (or 0x334ED2) is known color: Free Speech Blue. HEX triplet: 33, 4E and D2. RGB value is (51,78,210). Sum of RGB (Red+Green+Blue) = 51+78+210=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 210 (82.42% from 255 or 61.95% from 339); Max value from RGB is 210 - color contains mainly: blue. Hex color #334ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334ED2 is #CCB12D. Grayscale: #545454. Windows color (decimal): -13414702 or 13782579. OLE color: 13782579.
HSL color Cylindrical-coordinate representation of color #334ED2: hue angle of 229.81º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334ED2 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 78 | 210 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.18 |
| HSL | 229.81º | 0.64% | 0.51% | - |
| HSV(B) | 229.81º | 0.76% | 0.82% | - |
| XYZ | 15.72 | 10.81 | 62.23 | - |
| YUV | 84.98 | 198.55 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 210 | 0.76 | 0.63 | 0 | 0.18 | 229.81 | 0.64 | 0.51 |
| Hex | 33 | 4E | D2 | 4C | 3F | 0 | 12 | E6 | 40 | 33 |
| Octal | 63 | 116 | 322 | 114 | 77 | 0 | 22 | 346 | 100 | 63 |
| Binary | 110011 | 1001110 | 11010010 | 1001100 | 111111 | 0 | 10010 | 11100110 | 1000000 | 110011 |
Color Harmonies of #334ED2
Complementary color
Monochromatic Colors of #334ED2
Black with #334ED2
Text Example
Text Example
White with #334ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334ED2; }
p { color: rgb(51,78,210); }
H1.HeaderClassName
{
color: #334ED2;
}
.AnyTagClassName
{
color: #334ED2;
}
</style>
background-color css
<style>
a { background-color: #334ED2; }
a { background-color: rgb(51,78,210); }
div.DivClassName
{
background-color: #334ED2;
}
.BgClassName
{
background-color: #334ED2;
}
</style>
border-color css
<style>
span { border-color: #334ED2; }
span { border-color: rgb(51,78,210); }
td.TdClassName
{
border-color: #334ED2;
}
.TagClassName
{
border-color: #334ED2;
}
</style>