Shades of Free Speech Blue #344FDB
Tints of Free Speech Blue #344FDB
RGB
CMYK
RGB Variations
Color information
#344FDB (or 0x344FDB) is known color: Free Speech Blue. HEX triplet: 34, 4F and DB. RGB value is (52,79,219). Sum of RGB (Red+Green+Blue) = 52+79+219=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #344FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344FDB is #CBB024. Grayscale: #565656. Windows color (decimal): -13348901 or 14372660. OLE color: 14372660.
HSL color Cylindrical-coordinate representation of color #344FDB: hue angle of 230.3º 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 #344FDB is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 79 | 219 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.14 |
| HSL | 230.3º | 0.7% | 0.53% | - |
| HSV(B) | 230.3º | 0.76% | 0.86% | - |
| XYZ | 17 | 11.44 | 68.33 | - |
| YUV | 86.89 | 202.55 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 219 | 0.76 | 0.64 | 0 | 0.14 | 230.3 | 0.7 | 0.53 |
| Hex | 34 | 4F | DB | 4C | 40 | 0 | E | E6 | 46 | 35 |
| Octal | 64 | 117 | 333 | 114 | 100 | 0 | 16 | 346 | 106 | 65 |
| Binary | 110100 | 1001111 | 11011011 | 1001100 | 1000000 | 0 | 1110 | 11100110 | 1000110 | 110101 |
Color Harmonies of #344FDB
Complementary color
Monochromatic Colors of #344FDB
Black with #344FDB
Text Example
Text Example
White with #344FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FDB; }
p { color: rgb(52,79,219); }
H1.HeaderClassName
{
color: #344FDB;
}
.AnyTagClassName
{
color: #344FDB;
}
</style>
background-color css
<style>
a { background-color: #344FDB; }
a { background-color: rgb(52,79,219); }
div.DivClassName
{
background-color: #344FDB;
}
.BgClassName
{
background-color: #344FDB;
}
</style>
border-color css
<style>
span { border-color: #344FDB; }
span { border-color: rgb(52,79,219); }
td.TdClassName
{
border-color: #344FDB;
}
.TagClassName
{
border-color: #344FDB;
}
</style>