Shades of Free Speech Blue #324DCD
Tints of Free Speech Blue #324DCD
RGB
CMYK
RGB Variations
Color information
#324DCD (or 0x324DCD) is known color: Free Speech Blue. HEX triplet: 32, 4D and CD. RGB value is (50,77,205). Sum of RGB (Red+Green+Blue) = 50+77+205=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #324DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DCD is #CDB232. Grayscale: #525252. Windows color (decimal): -13480499 or 13454642. OLE color: 13454642.
HSL color Cylindrical-coordinate representation of color #324DCD: hue angle of 229.55º 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 #324DCD is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 77 | 205 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.20 |
| HSL | 229.55º | 0.61% | 0.5% | - |
| HSV(B) | 229.55º | 0.76% | 0.8% | - |
| XYZ | 14.99 | 10.39 | 58.97 | - |
| YUV | 83.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 205 | 0.76 | 0.62 | 0 | 0.20 | 229.55 | 0.61 | 0.5 |
| Hex | 32 | 4D | CD | 4C | 3E | 0 | 14 | E6 | 3D | 32 |
| Octal | 62 | 115 | 315 | 114 | 76 | 0 | 24 | 346 | 75 | 62 |
| Binary | 110010 | 1001101 | 11001101 | 1001100 | 111110 | 0 | 10100 | 11100110 | 111101 | 110010 |
Color Harmonies of #324DCD
Complementary color
Monochromatic Colors of #324DCD
Black with #324DCD
Text Example
Text Example
White with #324DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DCD; }
p { color: rgb(50,77,205); }
H1.HeaderClassName
{
color: #324DCD;
}
.AnyTagClassName
{
color: #324DCD;
}
</style>
background-color css
<style>
a { background-color: #324DCD; }
a { background-color: rgb(50,77,205); }
div.DivClassName
{
background-color: #324DCD;
}
.BgClassName
{
background-color: #324DCD;
}
</style>
border-color css
<style>
span { border-color: #324DCD; }
span { border-color: rgb(50,77,205); }
td.TdClassName
{
border-color: #324DCD;
}
.TagClassName
{
border-color: #324DCD;
}
</style>