Shades of Free Speech Blue #334ED5
Tints of Free Speech Blue #334ED5
RGB
CMYK
RGB Variations
Color information
#334ED5 (or 0x334ED5) is known color: Free Speech Blue. HEX triplet: 33, 4E and D5. RGB value is (51,78,213). Sum of RGB (Red+Green+Blue) = 51+78+213=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #334ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334ED5 is #CCB12A. Grayscale: #545454. Windows color (decimal): -13414699 or 13979187. OLE color: 13979187.
HSL color Cylindrical-coordinate representation of color #334ED5: hue angle of 230º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334ED5 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 78 | 213 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.16 |
| HSL | 230º | 0.66% | 0.52% | - |
| HSV(B) | 230º | 0.76% | 0.84% | - |
| XYZ | 16.1 | 10.96 | 64.22 | - |
| YUV | 85.32 | 200.05 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 213 | 0.76 | 0.63 | 0 | 0.16 | 230 | 0.66 | 0.52 |
| Hex | 33 | 4E | D5 | 4C | 3F | 0 | 10 | E6 | 42 | 34 |
| Octal | 63 | 116 | 325 | 114 | 77 | 0 | 20 | 346 | 102 | 64 |
| Binary | 110011 | 1001110 | 11010101 | 1001100 | 111111 | 0 | 10000 | 11100110 | 1000010 | 110100 |
Color Harmonies of #334ED5
Complementary color
Monochromatic Colors of #334ED5
Black with #334ED5
Text Example
Text Example
White with #334ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334ED5; }
p { color: rgb(51,78,213); }
H1.HeaderClassName
{
color: #334ED5;
}
.AnyTagClassName
{
color: #334ED5;
}
</style>
background-color css
<style>
a { background-color: #334ED5; }
a { background-color: rgb(51,78,213); }
div.DivClassName
{
background-color: #334ED5;
}
.BgClassName
{
background-color: #334ED5;
}
</style>
border-color css
<style>
span { border-color: #334ED5; }
span { border-color: rgb(51,78,213); }
td.TdClassName
{
border-color: #334ED5;
}
.TagClassName
{
border-color: #334ED5;
}
</style>