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