Shades of Free Speech Blue #324ECD
Tints of Free Speech Blue #324ECD
RGB
CMYK
RGB Variations
Color information
#324ECD (or 0x324ECD) is known color: Free Speech Blue. HEX triplet: 32, 4E and CD. RGB value is (50,78,205). Sum of RGB (Red+Green+Blue) = 50+78+205=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #324ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324ECD is #CDB132. Grayscale: #535353. Windows color (decimal): -13480243 or 13454898. OLE color: 13454898.
HSL color Cylindrical-coordinate representation of color #324ECD: hue angle of 229.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324ECD is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 78 | 205 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.20 |
| HSL | 229.16º | 0.61% | 0.5% | - |
| HSV(B) | 229.16º | 0.76% | 0.8% | - |
| XYZ | 15.06 | 10.53 | 59 | - |
| YUV | 84.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 205 | 0.76 | 0.62 | 0 | 0.20 | 229.16 | 0.61 | 0.5 |
| Hex | 32 | 4E | CD | 4C | 3E | 0 | 14 | E5 | 3D | 32 |
| Octal | 62 | 116 | 315 | 114 | 76 | 0 | 24 | 345 | 75 | 62 |
| Binary | 110010 | 1001110 | 11001101 | 1001100 | 111110 | 0 | 10100 | 11100101 | 111101 | 110010 |
Color Harmonies of #324ECD
Complementary color
Monochromatic Colors of #324ECD
Black with #324ECD
Text Example
Text Example
White with #324ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324ECD; }
p { color: rgb(50,78,205); }
H1.HeaderClassName
{
color: #324ECD;
}
.AnyTagClassName
{
color: #324ECD;
}
</style>
background-color css
<style>
a { background-color: #324ECD; }
a { background-color: rgb(50,78,205); }
div.DivClassName
{
background-color: #324ECD;
}
.BgClassName
{
background-color: #324ECD;
}
</style>
border-color css
<style>
span { border-color: #324ECD; }
span { border-color: rgb(50,78,205); }
td.TdClassName
{
border-color: #324ECD;
}
.TagClassName
{
border-color: #324ECD;
}
</style>