Shades of Free Speech Blue #324DD8
Tints of Free Speech Blue #324DD8
RGB
CMYK
RGB Variations
Color information
#324DD8 (or 0x324DD8) is known color: Free Speech Blue. HEX triplet: 32, 4D and D8. RGB value is (50,77,216). Sum of RGB (Red+Green+Blue) = 50+77+216=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 216 (84.77% from 255 or 62.97% from 343); Max value from RGB is 216 - color contains mainly: blue. Hex color #324DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DD8 is #CDB227. Grayscale: #545454. Windows color (decimal): -13480488 or 14175538. OLE color: 14175538.
HSL color Cylindrical-coordinate representation of color #324DD8: hue angle of 230.24º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324DD8 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 77 | 216 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.15 |
| HSL | 230.24º | 0.68% | 0.52% | - |
| HSV(B) | 230.24º | 0.77% | 0.85% | - |
| XYZ | 16.36 | 10.94 | 66.22 | - |
| YUV | 84.77 | 202.05 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 216 | 0.77 | 0.64 | 0 | 0.15 | 230.24 | 0.68 | 0.52 |
| Hex | 32 | 4D | D8 | 4D | 40 | 0 | F | E6 | 44 | 34 |
| Octal | 62 | 115 | 330 | 115 | 100 | 0 | 17 | 346 | 104 | 64 |
| Binary | 110010 | 1001101 | 11011000 | 1001101 | 1000000 | 0 | 1111 | 11100110 | 1000100 | 110100 |
Color Harmonies of #324DD8
Complementary color
Monochromatic Colors of #324DD8
Black with #324DD8
Text Example
Text Example
White with #324DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DD8; }
p { color: rgb(50,77,216); }
H1.HeaderClassName
{
color: #324DD8;
}
.AnyTagClassName
{
color: #324DD8;
}
</style>
background-color css
<style>
a { background-color: #324DD8; }
a { background-color: rgb(50,77,216); }
div.DivClassName
{
background-color: #324DD8;
}
.BgClassName
{
background-color: #324DD8;
}
</style>
border-color css
<style>
span { border-color: #324DD8; }
span { border-color: rgb(50,77,216); }
td.TdClassName
{
border-color: #324DD8;
}
.TagClassName
{
border-color: #324DD8;
}
</style>