Shades of Free Speech Blue #334ED4
Tints of Free Speech Blue #334ED4
RGB
CMYK
RGB Variations
Color information
#334ED4 (or 0x334ED4) is known color: Free Speech Blue. HEX triplet: 33, 4E and D4. RGB value is (51,78,212). Sum of RGB (Red+Green+Blue) = 51+78+212=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #334ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334ED4 is #CCB12B. Grayscale: #545454. Windows color (decimal): -13414700 or 13913651. OLE color: 13913651.
HSL color Cylindrical-coordinate representation of color #334ED4: hue angle of 229.94º 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 #334ED4 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 78 | 212 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.17 |
| HSL | 229.94º | 0.65% | 0.52% | - |
| HSV(B) | 229.94º | 0.76% | 0.83% | - |
| XYZ | 15.97 | 10.91 | 63.55 | - |
| YUV | 85.2 | 199.55 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 212 | 0.76 | 0.63 | 0 | 0.17 | 229.94 | 0.65 | 0.52 |
| Hex | 33 | 4E | D4 | 4C | 3F | 0 | 11 | E6 | 41 | 34 |
| Octal | 63 | 116 | 324 | 114 | 77 | 0 | 21 | 346 | 101 | 64 |
| Binary | 110011 | 1001110 | 11010100 | 1001100 | 111111 | 0 | 10001 | 11100110 | 1000001 | 110100 |
Color Harmonies of #334ED4
Complementary color
Monochromatic Colors of #334ED4
Black with #334ED4
Text Example
Text Example
White with #334ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334ED4; }
p { color: rgb(51,78,212); }
H1.HeaderClassName
{
color: #334ED4;
}
.AnyTagClassName
{
color: #334ED4;
}
</style>
background-color css
<style>
a { background-color: #334ED4; }
a { background-color: rgb(51,78,212); }
div.DivClassName
{
background-color: #334ED4;
}
.BgClassName
{
background-color: #334ED4;
}
</style>
border-color css
<style>
span { border-color: #334ED4; }
span { border-color: rgb(51,78,212); }
td.TdClassName
{
border-color: #334ED4;
}
.TagClassName
{
border-color: #334ED4;
}
</style>