Shades of Free Speech Blue #324DDE
Tints of Free Speech Blue #324DDE
RGB
CMYK
RGB Variations
Color information
#324DDE (or 0x324DDE) is known color: Free Speech Blue. HEX triplet: 32, 4D and DE. RGB value is (50,77,222). Sum of RGB (Red+Green+Blue) = 50+77+222=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #324DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DDE is #CDB221. Grayscale: #545454. Windows color (decimal): -13480482 or 14568754. OLE color: 14568754.
HSL color Cylindrical-coordinate representation of color #324DDE: hue angle of 230.58º 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 #324DDE is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 77 | 222 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.13 |
| HSL | 230.58º | 0.72% | 0.53% | - |
| HSV(B) | 230.58º | 0.77% | 0.87% | - |
| XYZ | 17.15 | 11.26 | 70.38 | - |
| YUV | 85.46 | 205.05 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 222 | 0.77 | 0.65 | 0 | 0.13 | 230.58 | 0.72 | 0.53 |
| Hex | 32 | 4D | DE | 4D | 41 | 0 | D | E7 | 48 | 35 |
| Octal | 62 | 115 | 336 | 115 | 101 | 0 | 15 | 347 | 110 | 65 |
| Binary | 110010 | 1001101 | 11011110 | 1001101 | 1000001 | 0 | 1101 | 11100111 | 1001000 | 110101 |
Color Harmonies of #324DDE
Complementary color
Monochromatic Colors of #324DDE
Black with #324DDE
Text Example
Text Example
White with #324DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DDE; }
p { color: rgb(50,77,222); }
H1.HeaderClassName
{
color: #324DDE;
}
.AnyTagClassName
{
color: #324DDE;
}
</style>
background-color css
<style>
a { background-color: #324DDE; }
a { background-color: rgb(50,77,222); }
div.DivClassName
{
background-color: #324DDE;
}
.BgClassName
{
background-color: #324DDE;
}
</style>
border-color css
<style>
span { border-color: #324DDE; }
span { border-color: rgb(50,77,222); }
td.TdClassName
{
border-color: #324DDE;
}
.TagClassName
{
border-color: #324DDE;
}
</style>