Shades of Free Speech Blue #324BCD
Tints of Free Speech Blue #324BCD
RGB
CMYK
RGB Variations
Color information
#324BCD (or 0x324BCD) is known color: Free Speech Blue. HEX triplet: 32, 4B and CD. RGB value is (50,75,205). Sum of RGB (Red+Green+Blue) = 50+75+205=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #324BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BCD is #CDB432. Grayscale: #515151. Windows color (decimal): -13481011 or 13454130. OLE color: 13454130.
HSL color Cylindrical-coordinate representation of color #324BCD: hue angle of 230.32º 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 #324BCD is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 75 | 205 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.20 |
| HSL | 230.32º | 0.61% | 0.5% | - |
| HSV(B) | 230.32º | 0.76% | 0.8% | - |
| XYZ | 14.85 | 10.12 | 58.93 | - |
| YUV | 82.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 205 | 0.76 | 0.63 | 0 | 0.20 | 230.32 | 0.61 | 0.5 |
| Hex | 32 | 4B | CD | 4C | 3F | 0 | 14 | E6 | 3D | 32 |
| Octal | 62 | 113 | 315 | 114 | 77 | 0 | 24 | 346 | 75 | 62 |
| Binary | 110010 | 1001011 | 11001101 | 1001100 | 111111 | 0 | 10100 | 11100110 | 111101 | 110010 |
Color Harmonies of #324BCD
Complementary color
Monochromatic Colors of #324BCD
Black with #324BCD
Text Example
Text Example
White with #324BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BCD; }
p { color: rgb(50,75,205); }
H1.HeaderClassName
{
color: #324BCD;
}
.AnyTagClassName
{
color: #324BCD;
}
</style>
background-color css
<style>
a { background-color: #324BCD; }
a { background-color: rgb(50,75,205); }
div.DivClassName
{
background-color: #324BCD;
}
.BgClassName
{
background-color: #324BCD;
}
</style>
border-color css
<style>
span { border-color: #324BCD; }
span { border-color: rgb(50,75,205); }
td.TdClassName
{
border-color: #324BCD;
}
.TagClassName
{
border-color: #324BCD;
}
</style>