Shades of Free Speech Blue #344AD6
Tints of Free Speech Blue #344AD6
RGB
CMYK
RGB Variations
Color information
#344AD6 (or 0x344AD6) is known color: Free Speech Blue. HEX triplet: 34, 4A and D6. RGB value is (52,74,214). Sum of RGB (Red+Green+Blue) = 52+74+214=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 214 (83.98% from 255 or 62.94% from 340); Max value from RGB is 214 - color contains mainly: blue. Hex color #344AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344AD6 is #CBB529. Grayscale: #525252. Windows color (decimal): -13350186 or 14043700. OLE color: 14043700.
HSL color Cylindrical-coordinate representation of color #344AD6: hue angle of 231.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #344AD6 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 74 | 214 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.16 |
| HSL | 231.85º | 0.66% | 0.52% | - |
| HSV(B) | 231.85º | 0.76% | 0.84% | - |
| XYZ | 16 | 10.48 | 64.8 | - |
| YUV | 83.38 | 201.71 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 214 | 0.76 | 0.65 | 0 | 0.16 | 231.85 | 0.66 | 0.52 |
| Hex | 34 | 4A | D6 | 4C | 41 | 0 | 10 | E8 | 42 | 34 |
| Octal | 64 | 112 | 326 | 114 | 101 | 0 | 20 | 350 | 102 | 64 |
| Binary | 110100 | 1001010 | 11010110 | 1001100 | 1000001 | 0 | 10000 | 11101000 | 1000010 | 110100 |
Color Harmonies of #344AD6
Complementary color
Monochromatic Colors of #344AD6
Black with #344AD6
Text Example
Text Example
White with #344AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344AD6; }
p { color: rgb(52,74,214); }
H1.HeaderClassName
{
color: #344AD6;
}
.AnyTagClassName
{
color: #344AD6;
}
</style>
background-color css
<style>
a { background-color: #344AD6; }
a { background-color: rgb(52,74,214); }
div.DivClassName
{
background-color: #344AD6;
}
.BgClassName
{
background-color: #344AD6;
}
</style>
border-color css
<style>
span { border-color: #344AD6; }
span { border-color: rgb(52,74,214); }
td.TdClassName
{
border-color: #344AD6;
}
.TagClassName
{
border-color: #344AD6;
}
</style>