Shades of Free Speech Blue #344ADB
Tints of Free Speech Blue #344ADB
RGB
CMYK
RGB Variations
Color information
#344ADB (or 0x344ADB) is known color: Free Speech Blue. HEX triplet: 34, 4A and DB. RGB value is (52,74,219). Sum of RGB (Red+Green+Blue) = 52+74+219=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #344ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ADB is #CBB524. Grayscale: #535353. Windows color (decimal): -13350181 or 14371380. OLE color: 14371380.
HSL color Cylindrical-coordinate representation of color #344ADB: hue angle of 232.1º 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 #344ADB is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 74 | 219 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.14 |
| HSL | 232.1º | 0.7% | 0.53% | - |
| HSV(B) | 232.1º | 0.76% | 0.86% | - |
| XYZ | 16.65 | 10.74 | 68.21 | - |
| YUV | 83.95 | 204.21 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 219 | 0.76 | 0.66 | 0 | 0.14 | 232.1 | 0.7 | 0.53 |
| Hex | 34 | 4A | DB | 4C | 42 | 0 | E | E8 | 46 | 35 |
| Octal | 64 | 112 | 333 | 114 | 102 | 0 | 16 | 350 | 106 | 65 |
| Binary | 110100 | 1001010 | 11011011 | 1001100 | 1000010 | 0 | 1110 | 11101000 | 1000110 | 110101 |
Color Harmonies of #344ADB
Complementary color
Monochromatic Colors of #344ADB
Black with #344ADB
Text Example
Text Example
White with #344ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344ADB; }
p { color: rgb(52,74,219); }
H1.HeaderClassName
{
color: #344ADB;
}
.AnyTagClassName
{
color: #344ADB;
}
</style>
background-color css
<style>
a { background-color: #344ADB; }
a { background-color: rgb(52,74,219); }
div.DivClassName
{
background-color: #344ADB;
}
.BgClassName
{
background-color: #344ADB;
}
</style>
border-color css
<style>
span { border-color: #344ADB; }
span { border-color: rgb(52,74,219); }
td.TdClassName
{
border-color: #344ADB;
}
.TagClassName
{
border-color: #344ADB;
}
</style>