Shades of Free Speech Blue #344BD2
Tints of Free Speech Blue #344BD2
RGB
CMYK
RGB Variations
Color information
#344BD2 (or 0x344BD2) is known color: Free Speech Blue. HEX triplet: 34, 4B and D2. RGB value is (52,75,210). Sum of RGB (Red+Green+Blue) = 52+75+210=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 210 (82.42% from 255 or 62.31% from 337); Max value from RGB is 210 - color contains mainly: blue. Hex color #344BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344BD2 is #CBB42D. Grayscale: #525252. Windows color (decimal): -13349934 or 13781812. OLE color: 13781812.
HSL color Cylindrical-coordinate representation of color #344BD2: hue angle of 231.27º 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 #344BD2 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 75 | 210 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.18 |
| HSL | 231.27º | 0.64% | 0.51% | - |
| HSV(B) | 231.27º | 0.75% | 0.82% | - |
| XYZ | 15.57 | 10.42 | 62.16 | - |
| YUV | 83.51 | 199.38 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 210 | 0.75 | 0.64 | 0 | 0.18 | 231.27 | 0.64 | 0.51 |
| Hex | 34 | 4B | D2 | 4B | 40 | 0 | 12 | E7 | 40 | 33 |
| Octal | 64 | 113 | 322 | 113 | 100 | 0 | 22 | 347 | 100 | 63 |
| Binary | 110100 | 1001011 | 11010010 | 1001011 | 1000000 | 0 | 10010 | 11100111 | 1000000 | 110011 |
Color Harmonies of #344BD2
Complementary color
Monochromatic Colors of #344BD2
Black with #344BD2
Text Example
Text Example
White with #344BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344BD2; }
p { color: rgb(52,75,210); }
H1.HeaderClassName
{
color: #344BD2;
}
.AnyTagClassName
{
color: #344BD2;
}
</style>
background-color css
<style>
a { background-color: #344BD2; }
a { background-color: rgb(52,75,210); }
div.DivClassName
{
background-color: #344BD2;
}
.BgClassName
{
background-color: #344BD2;
}
</style>
border-color css
<style>
span { border-color: #344BD2; }
span { border-color: rgb(52,75,210); }
td.TdClassName
{
border-color: #344BD2;
}
.TagClassName
{
border-color: #344BD2;
}
</style>