Shades of Free Speech Blue #334EDD
Tints of Free Speech Blue #334EDD
RGB
CMYK
RGB Variations
Color information
#334EDD (or 0x334EDD) is known color: Free Speech Blue. HEX triplet: 33, 4E and DD. RGB value is (51,78,221). Sum of RGB (Red+Green+Blue) = 51+78+221=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #334EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EDD is #CCB122. Grayscale: #555555. Windows color (decimal): -13414691 or 14503475. OLE color: 14503475.
HSL color Cylindrical-coordinate representation of color #334EDD: hue angle of 230.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334EDD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 78 | 221 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.13 |
| HSL | 230.47º | 0.71% | 0.53% | - |
| HSV(B) | 230.47º | 0.77% | 0.87% | - |
| XYZ | 17.14 | 11.37 | 69.7 | - |
| YUV | 86.23 | 204.05 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 221 | 0.77 | 0.65 | 0 | 0.13 | 230.47 | 0.71 | 0.53 |
| Hex | 33 | 4E | DD | 4D | 41 | 0 | D | E6 | 47 | 35 |
| Octal | 63 | 116 | 335 | 115 | 101 | 0 | 15 | 346 | 107 | 65 |
| Binary | 110011 | 1001110 | 11011101 | 1001101 | 1000001 | 0 | 1101 | 11100110 | 1000111 | 110101 |
Color Harmonies of #334EDD
Complementary color
Monochromatic Colors of #334EDD
Black with #334EDD
Text Example
Text Example
White with #334EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334EDD; }
p { color: rgb(51,78,221); }
H1.HeaderClassName
{
color: #334EDD;
}
.AnyTagClassName
{
color: #334EDD;
}
</style>
background-color css
<style>
a { background-color: #334EDD; }
a { background-color: rgb(51,78,221); }
div.DivClassName
{
background-color: #334EDD;
}
.BgClassName
{
background-color: #334EDD;
}
</style>
border-color css
<style>
span { border-color: #334EDD; }
span { border-color: rgb(51,78,221); }
td.TdClassName
{
border-color: #334EDD;
}
.TagClassName
{
border-color: #334EDD;
}
</style>