Shades of Free Speech Blue #324CDD
Tints of Free Speech Blue #324CDD
RGB
CMYK
RGB Variations
Color information
#324CDD (or 0x324CDD) is known color: Free Speech Blue. HEX triplet: 32, 4C and DD. RGB value is (50,76,221). Sum of RGB (Red+Green+Blue) = 50+76+221=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #324CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CDD is #CDB322. Grayscale: #545454. Windows color (decimal): -13480739 or 14502962. OLE color: 14502962.
HSL color Cylindrical-coordinate representation of color #324CDD: hue angle of 230.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324CDD is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 76 | 221 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.13 |
| HSL | 230.88º | 0.72% | 0.53% | - |
| HSV(B) | 230.88º | 0.77% | 0.87% | - |
| XYZ | 16.95 | 11.07 | 69.65 | - |
| YUV | 84.76 | 204.89 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 221 | 0.77 | 0.66 | 0 | 0.13 | 230.88 | 0.72 | 0.53 |
| Hex | 32 | 4C | DD | 4D | 42 | 0 | D | E7 | 48 | 35 |
| Octal | 62 | 114 | 335 | 115 | 102 | 0 | 15 | 347 | 110 | 65 |
| Binary | 110010 | 1001100 | 11011101 | 1001101 | 1000010 | 0 | 1101 | 11100111 | 1001000 | 110101 |
Color Harmonies of #324CDD
Complementary color
Monochromatic Colors of #324CDD
Black with #324CDD
Text Example
Text Example
White with #324CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CDD; }
p { color: rgb(50,76,221); }
H1.HeaderClassName
{
color: #324CDD;
}
.AnyTagClassName
{
color: #324CDD;
}
</style>
background-color css
<style>
a { background-color: #324CDD; }
a { background-color: rgb(50,76,221); }
div.DivClassName
{
background-color: #324CDD;
}
.BgClassName
{
background-color: #324CDD;
}
</style>
border-color css
<style>
span { border-color: #324CDD; }
span { border-color: rgb(50,76,221); }
td.TdClassName
{
border-color: #324CDD;
}
.TagClassName
{
border-color: #324CDD;
}
</style>