Shades of Free Speech Blue #334EDA
Tints of Free Speech Blue #334EDA
RGB
CMYK
RGB Variations
Color information
#334EDA (or 0x334EDA) is known color: Free Speech Blue. HEX triplet: 33, 4E and DA. RGB value is (51,78,218). Sum of RGB (Red+Green+Blue) = 51+78+218=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #334EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EDA is #CCB125. Grayscale: #555555. Windows color (decimal): -13414694 or 14306867. OLE color: 14306867.
HSL color Cylindrical-coordinate representation of color #334EDA: hue angle of 230.3º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334EDA is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 78 | 218 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.15 |
| HSL | 230.3º | 0.69% | 0.53% | - |
| HSV(B) | 230.3º | 0.77% | 0.85% | - |
| XYZ | 16.74 | 11.21 | 67.61 | - |
| YUV | 85.89 | 202.55 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 218 | 0.77 | 0.64 | 0 | 0.15 | 230.3 | 0.69 | 0.53 |
| Hex | 33 | 4E | DA | 4D | 40 | 0 | F | E6 | 45 | 35 |
| Octal | 63 | 116 | 332 | 115 | 100 | 0 | 17 | 346 | 105 | 65 |
| Binary | 110011 | 1001110 | 11011010 | 1001101 | 1000000 | 0 | 1111 | 11100110 | 1000101 | 110101 |
Color Harmonies of #334EDA
Complementary color
Monochromatic Colors of #334EDA
Black with #334EDA
Text Example
Text Example
White with #334EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334EDA; }
p { color: rgb(51,78,218); }
H1.HeaderClassName
{
color: #334EDA;
}
.AnyTagClassName
{
color: #334EDA;
}
</style>
background-color css
<style>
a { background-color: #334EDA; }
a { background-color: rgb(51,78,218); }
div.DivClassName
{
background-color: #334EDA;
}
.BgClassName
{
background-color: #334EDA;
}
</style>
border-color css
<style>
span { border-color: #334EDA; }
span { border-color: rgb(51,78,218); }
td.TdClassName
{
border-color: #334EDA;
}
.TagClassName
{
border-color: #334EDA;
}
</style>