Shades of Free Speech Blue #334ED3
Tints of Free Speech Blue #334ED3
RGB
CMYK
RGB Variations
Color information
#334ED3 (or 0x334ED3) is known color: Free Speech Blue. HEX triplet: 33, 4E and D3. RGB value is (51,78,211). Sum of RGB (Red+Green+Blue) = 51+78+211=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 211 (82.81% from 255 or 62.06% from 340); Max value from RGB is 211 - color contains mainly: blue. Hex color #334ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334ED3 is #CCB12C. Grayscale: #545454. Windows color (decimal): -13414701 or 13848115. OLE color: 13848115.
HSL color Cylindrical-coordinate representation of color #334ED3: hue angle of 229.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334ED3 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 78 | 211 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.17 |
| HSL | 229.88º | 0.65% | 0.51% | - |
| HSV(B) | 229.88º | 0.76% | 0.83% | - |
| XYZ | 15.85 | 10.86 | 62.89 | - |
| YUV | 85.09 | 199.05 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 211 | 0.76 | 0.63 | 0 | 0.17 | 229.88 | 0.65 | 0.51 |
| Hex | 33 | 4E | D3 | 4C | 3F | 0 | 11 | E6 | 41 | 33 |
| Octal | 63 | 116 | 323 | 114 | 77 | 0 | 21 | 346 | 101 | 63 |
| Binary | 110011 | 1001110 | 11010011 | 1001100 | 111111 | 0 | 10001 | 11100110 | 1000001 | 110011 |
Color Harmonies of #334ED3
Complementary color
Monochromatic Colors of #334ED3
Black with #334ED3
Text Example
Text Example
White with #334ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334ED3; }
p { color: rgb(51,78,211); }
H1.HeaderClassName
{
color: #334ED3;
}
.AnyTagClassName
{
color: #334ED3;
}
</style>
background-color css
<style>
a { background-color: #334ED3; }
a { background-color: rgb(51,78,211); }
div.DivClassName
{
background-color: #334ED3;
}
.BgClassName
{
background-color: #334ED3;
}
</style>
border-color css
<style>
span { border-color: #334ED3; }
span { border-color: rgb(51,78,211); }
td.TdClassName
{
border-color: #334ED3;
}
.TagClassName
{
border-color: #334ED3;
}
</style>