Shades of Free Speech Blue #344AD2
Tints of Free Speech Blue #344AD2
RGB
CMYK
RGB Variations
Color information
#344AD2 (or 0x344AD2) is known color: Free Speech Blue. HEX triplet: 34, 4A and D2. RGB value is (52,74,210). Sum of RGB (Red+Green+Blue) = 52+74+210=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 210 (82.42% from 255 or 62.5% from 336); Max value from RGB is 210 - color contains mainly: blue. Hex color #344AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344AD2 is #CBB52D. Grayscale: #525252. Windows color (decimal): -13350190 or 13781556. OLE color: 13781556.
HSL color Cylindrical-coordinate representation of color #344AD2: hue angle of 231.65º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344AD2 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 74 | 210 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.18 |
| HSL | 231.65º | 0.64% | 0.51% | - |
| HSV(B) | 231.65º | 0.75% | 0.82% | - |
| XYZ | 15.5 | 10.28 | 62.14 | - |
| YUV | 82.93 | 199.71 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 210 | 0.75 | 0.65 | 0 | 0.18 | 231.65 | 0.64 | 0.51 |
| Hex | 34 | 4A | D2 | 4B | 41 | 0 | 12 | E8 | 40 | 33 |
| Octal | 64 | 112 | 322 | 113 | 101 | 0 | 22 | 350 | 100 | 63 |
| Binary | 110100 | 1001010 | 11010010 | 1001011 | 1000001 | 0 | 10010 | 11101000 | 1000000 | 110011 |
Color Harmonies of #344AD2
Complementary color
Monochromatic Colors of #344AD2
Black with #344AD2
Text Example
Text Example
White with #344AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344AD2; }
p { color: rgb(52,74,210); }
H1.HeaderClassName
{
color: #344AD2;
}
.AnyTagClassName
{
color: #344AD2;
}
</style>
background-color css
<style>
a { background-color: #344AD2; }
a { background-color: rgb(52,74,210); }
div.DivClassName
{
background-color: #344AD2;
}
.BgClassName
{
background-color: #344AD2;
}
</style>
border-color css
<style>
span { border-color: #344AD2; }
span { border-color: rgb(52,74,210); }
td.TdClassName
{
border-color: #344AD2;
}
.TagClassName
{
border-color: #344AD2;
}
</style>