Shades of Free Speech Blue #344BDD
Tints of Free Speech Blue #344BDD
RGB
CMYK
RGB Variations
Color information
#344BDD (or 0x344BDD) is known color: Free Speech Blue. HEX triplet: 34, 4B and DD. RGB value is (52,75,221). Sum of RGB (Red+Green+Blue) = 52+75+221=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #344BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344BDD is #CBB422. Grayscale: #545454. Windows color (decimal): -13349923 or 14502708. OLE color: 14502708.
HSL color Cylindrical-coordinate representation of color #344BDD: hue angle of 231.83º 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 #344BDD is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 75 | 221 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.13 |
| HSL | 231.83º | 0.71% | 0.54% | - |
| HSV(B) | 231.83º | 0.76% | 0.87% | - |
| XYZ | 16.98 | 10.98 | 69.63 | - |
| YUV | 84.77 | 204.88 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 221 | 0.76 | 0.66 | 0 | 0.13 | 231.83 | 0.71 | 0.54 |
| Hex | 34 | 4B | DD | 4C | 42 | 0 | D | E8 | 47 | 36 |
| Octal | 64 | 113 | 335 | 114 | 102 | 0 | 15 | 350 | 107 | 66 |
| Binary | 110100 | 1001011 | 11011101 | 1001100 | 1000010 | 0 | 1101 | 11101000 | 1000111 | 110110 |
Color Harmonies of #344BDD
Complementary color
Monochromatic Colors of #344BDD
Black with #344BDD
Text Example
Text Example
White with #344BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344BDD; }
p { color: rgb(52,75,221); }
H1.HeaderClassName
{
color: #344BDD;
}
.AnyTagClassName
{
color: #344BDD;
}
</style>
background-color css
<style>
a { background-color: #344BDD; }
a { background-color: rgb(52,75,221); }
div.DivClassName
{
background-color: #344BDD;
}
.BgClassName
{
background-color: #344BDD;
}
</style>
border-color css
<style>
span { border-color: #344BDD; }
span { border-color: rgb(52,75,221); }
td.TdClassName
{
border-color: #344BDD;
}
.TagClassName
{
border-color: #344BDD;
}
</style>