Shades of Free Speech Blue #324DD2
Tints of Free Speech Blue #324DD2
RGB
CMYK
RGB Variations
Color information
#324DD2 (or 0x324DD2) is known color: Free Speech Blue. HEX triplet: 32, 4D and D2. RGB value is (50,77,210). Sum of RGB (Red+Green+Blue) = 50+77+210=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 210 (82.42% from 255 or 62.31% from 337); Max value from RGB is 210 - color contains mainly: blue. Hex color #324DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DD2 is #CDB22D. Grayscale: #535353. Windows color (decimal): -13480494 or 13782322. OLE color: 13782322.
HSL color Cylindrical-coordinate representation of color #324DD2: hue angle of 229.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324DD2 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 77 | 210 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.18 |
| HSL | 229.88º | 0.64% | 0.51% | - |
| HSV(B) | 229.88º | 0.76% | 0.82% | - |
| XYZ | 15.6 | 10.64 | 62.2 | - |
| YUV | 84.09 | 199.05 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 210 | 0.76 | 0.63 | 0 | 0.18 | 229.88 | 0.64 | 0.51 |
| Hex | 32 | 4D | D2 | 4C | 3F | 0 | 12 | E6 | 40 | 33 |
| Octal | 62 | 115 | 322 | 114 | 77 | 0 | 22 | 346 | 100 | 63 |
| Binary | 110010 | 1001101 | 11010010 | 1001100 | 111111 | 0 | 10010 | 11100110 | 1000000 | 110011 |
Color Harmonies of #324DD2
Complementary color
Monochromatic Colors of #324DD2
Black with #324DD2
Text Example
Text Example
White with #324DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DD2; }
p { color: rgb(50,77,210); }
H1.HeaderClassName
{
color: #324DD2;
}
.AnyTagClassName
{
color: #324DD2;
}
</style>
background-color css
<style>
a { background-color: #324DD2; }
a { background-color: rgb(50,77,210); }
div.DivClassName
{
background-color: #324DD2;
}
.BgClassName
{
background-color: #324DD2;
}
</style>
border-color css
<style>
span { border-color: #324DD2; }
span { border-color: rgb(50,77,210); }
td.TdClassName
{
border-color: #324DD2;
}
.TagClassName
{
border-color: #324DD2;
}
</style>