Shades of Free Speech Blue #344EDB
Tints of Free Speech Blue #344EDB
RGB
CMYK
RGB Variations
Color information
#344EDB (or 0x344EDB) is known color: Free Speech Blue. HEX triplet: 34, 4E and DB. RGB value is (52,78,219). Sum of RGB (Red+Green+Blue) = 52+78+219=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #344EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EDB is #CBB124. Grayscale: #555555. Windows color (decimal): -13349157 or 14372404. OLE color: 14372404.
HSL color Cylindrical-coordinate representation of color #344EDB: hue angle of 230.66º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #344EDB is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 78 | 219 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.14 |
| HSL | 230.66º | 0.7% | 0.53% | - |
| HSV(B) | 230.66º | 0.76% | 0.86% | - |
| XYZ | 16.93 | 11.29 | 68.31 | - |
| YUV | 86.3 | 202.89 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 219 | 0.76 | 0.64 | 0 | 0.14 | 230.66 | 0.7 | 0.53 |
| Hex | 34 | 4E | DB | 4C | 40 | 0 | E | E7 | 46 | 35 |
| Octal | 64 | 116 | 333 | 114 | 100 | 0 | 16 | 347 | 106 | 65 |
| Binary | 110100 | 1001110 | 11011011 | 1001100 | 1000000 | 0 | 1110 | 11100111 | 1000110 | 110101 |
Color Harmonies of #344EDB
Complementary color
Monochromatic Colors of #344EDB
Black with #344EDB
Text Example
Text Example
White with #344EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EDB; }
p { color: rgb(52,78,219); }
H1.HeaderClassName
{
color: #344EDB;
}
.AnyTagClassName
{
color: #344EDB;
}
</style>
background-color css
<style>
a { background-color: #344EDB; }
a { background-color: rgb(52,78,219); }
div.DivClassName
{
background-color: #344EDB;
}
.BgClassName
{
background-color: #344EDB;
}
</style>
border-color css
<style>
span { border-color: #344EDB; }
span { border-color: rgb(52,78,219); }
td.TdClassName
{
border-color: #344EDB;
}
.TagClassName
{
border-color: #344EDB;
}
</style>