Shades of Free Speech Blue #344EDD
Tints of Free Speech Blue #344EDD
RGB
CMYK
RGB Variations
Color information
#344EDD (or 0x344EDD) is known color: Free Speech Blue. HEX triplet: 34, 4E and DD. RGB value is (52,78,221). Sum of RGB (Red+Green+Blue) = 52+78+221=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #344EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EDD is #CBB122. Grayscale: #555555. Windows color (decimal): -13349155 or 14503476. OLE color: 14503476.
HSL color Cylindrical-coordinate representation of color #344EDD: hue angle of 230.77º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #344EDD is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 78 | 221 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.13 |
| HSL | 230.77º | 0.71% | 0.54% | - |
| HSV(B) | 230.77º | 0.76% | 0.87% | - |
| XYZ | 17.19 | 11.4 | 69.7 | - |
| YUV | 86.53 | 203.89 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 221 | 0.76 | 0.65 | 0 | 0.13 | 230.77 | 0.71 | 0.54 |
| Hex | 34 | 4E | DD | 4C | 41 | 0 | D | E7 | 47 | 36 |
| Octal | 64 | 116 | 335 | 114 | 101 | 0 | 15 | 347 | 107 | 66 |
| Binary | 110100 | 1001110 | 11011101 | 1001100 | 1000001 | 0 | 1101 | 11100111 | 1000111 | 110110 |
Color Harmonies of #344EDD
Complementary color
Monochromatic Colors of #344EDD
Black with #344EDD
Text Example
Text Example
White with #344EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EDD; }
p { color: rgb(52,78,221); }
H1.HeaderClassName
{
color: #344EDD;
}
.AnyTagClassName
{
color: #344EDD;
}
</style>
background-color css
<style>
a { background-color: #344EDD; }
a { background-color: rgb(52,78,221); }
div.DivClassName
{
background-color: #344EDD;
}
.BgClassName
{
background-color: #344EDD;
}
</style>
border-color css
<style>
span { border-color: #344EDD; }
span { border-color: rgb(52,78,221); }
td.TdClassName
{
border-color: #344EDD;
}
.TagClassName
{
border-color: #344EDD;
}
</style>