Shades of Free Speech Blue #344FCD
Tints of Free Speech Blue #344FCD
RGB
CMYK
RGB Variations
Color information
#344FCD (or 0x344FCD) is known color: Free Speech Blue. HEX triplet: 34, 4F and CD. RGB value is (52,79,205). Sum of RGB (Red+Green+Blue) = 52+79+205=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #344FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344FCD is #CBB032. Grayscale: #545454. Windows color (decimal): -13348915 or 13455156. OLE color: 13455156.
HSL color Cylindrical-coordinate representation of color #344FCD: hue angle of 229.41º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344FCD is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 79 | 205 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.20 |
| HSL | 229.41º | 0.6% | 0.5% | - |
| HSV(B) | 229.41º | 0.75% | 0.8% | - |
| XYZ | 15.23 | 10.73 | 59.03 | - |
| YUV | 85.29 | 195.55 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 205 | 0.75 | 0.61 | 0 | 0.20 | 229.41 | 0.6 | 0.5 |
| Hex | 34 | 4F | CD | 4B | 3D | 0 | 14 | E5 | 3C | 32 |
| Octal | 64 | 117 | 315 | 113 | 75 | 0 | 24 | 345 | 74 | 62 |
| Binary | 110100 | 1001111 | 11001101 | 1001011 | 111101 | 0 | 10100 | 11100101 | 111100 | 110010 |
Color Harmonies of #344FCD
Complementary color
Monochromatic Colors of #344FCD
Black with #344FCD
Text Example
Text Example
White with #344FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FCD; }
p { color: rgb(52,79,205); }
H1.HeaderClassName
{
color: #344FCD;
}
.AnyTagClassName
{
color: #344FCD;
}
</style>
background-color css
<style>
a { background-color: #344FCD; }
a { background-color: rgb(52,79,205); }
div.DivClassName
{
background-color: #344FCD;
}
.BgClassName
{
background-color: #344FCD;
}
</style>
border-color css
<style>
span { border-color: #344FCD; }
span { border-color: rgb(52,79,205); }
td.TdClassName
{
border-color: #344FCD;
}
.TagClassName
{
border-color: #344FCD;
}
</style>