Shades of Free Speech Blue #344DDC
Tints of Free Speech Blue #344DDC
RGB
CMYK
RGB Variations
Color information
#344DDC (or 0x344DDC) is known color: Free Speech Blue. HEX triplet: 34, 4D and DC. RGB value is (52,77,220). Sum of RGB (Red+Green+Blue) = 52+77+220=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #344DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DDC is #CBB223. Grayscale: #555555. Windows color (decimal): -13349412 or 14437684. OLE color: 14437684.
HSL color Cylindrical-coordinate representation of color #344DDC: hue angle of 231.07º degrees, saturation: 0.71, 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 #344DDC is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 77 | 220 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.14 |
| HSL | 231.07º | 0.71% | 0.53% | - |
| HSV(B) | 231.07º | 0.76% | 0.86% | - |
| XYZ | 16.99 | 11.21 | 68.98 | - |
| YUV | 85.83 | 203.72 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 220 | 0.76 | 0.65 | 0 | 0.14 | 231.07 | 0.71 | 0.53 |
| Hex | 34 | 4D | DC | 4C | 41 | 0 | E | E7 | 47 | 35 |
| Octal | 64 | 115 | 334 | 114 | 101 | 0 | 16 | 347 | 107 | 65 |
| Binary | 110100 | 1001101 | 11011100 | 1001100 | 1000001 | 0 | 1110 | 11100111 | 1000111 | 110101 |
Color Harmonies of #344DDC
Complementary color
Monochromatic Colors of #344DDC
Black with #344DDC
Text Example
Text Example
White with #344DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DDC; }
p { color: rgb(52,77,220); }
H1.HeaderClassName
{
color: #344DDC;
}
.AnyTagClassName
{
color: #344DDC;
}
</style>
background-color css
<style>
a { background-color: #344DDC; }
a { background-color: rgb(52,77,220); }
div.DivClassName
{
background-color: #344DDC;
}
.BgClassName
{
background-color: #344DDC;
}
</style>
border-color css
<style>
span { border-color: #344DDC; }
span { border-color: rgb(52,77,220); }
td.TdClassName
{
border-color: #344DDC;
}
.TagClassName
{
border-color: #344DDC;
}
</style>