Shades of Free Speech Blue #324EDD
Tints of Free Speech Blue #324EDD
RGB
CMYK
RGB Variations
Color information
#324EDD (or 0x324EDD) is known color: Free Speech Blue. HEX triplet: 32, 4E and DD. RGB value is (50,78,221). Sum of RGB (Red+Green+Blue) = 50+78+221=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #324EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EDD is #CDB122. Grayscale: #555555. Windows color (decimal): -13480227 or 14503474. OLE color: 14503474.
HSL color Cylindrical-coordinate representation of color #324EDD: hue angle of 230.18º 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 #324EDD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 78 | 221 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.13 |
| HSL | 230.18º | 0.72% | 0.53% | - |
| HSV(B) | 230.18º | 0.77% | 0.87% | - |
| XYZ | 17.09 | 11.35 | 69.7 | - |
| YUV | 85.93 | 204.22 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 221 | 0.77 | 0.65 | 0 | 0.13 | 230.18 | 0.72 | 0.53 |
| Hex | 32 | 4E | DD | 4D | 41 | 0 | D | E6 | 48 | 35 |
| Octal | 62 | 116 | 335 | 115 | 101 | 0 | 15 | 346 | 110 | 65 |
| Binary | 110010 | 1001110 | 11011101 | 1001101 | 1000001 | 0 | 1101 | 11100110 | 1001000 | 110101 |
Color Harmonies of #324EDD
Complementary color
Monochromatic Colors of #324EDD
Black with #324EDD
Text Example
Text Example
White with #324EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EDD; }
p { color: rgb(50,78,221); }
H1.HeaderClassName
{
color: #324EDD;
}
.AnyTagClassName
{
color: #324EDD;
}
</style>
background-color css
<style>
a { background-color: #324EDD; }
a { background-color: rgb(50,78,221); }
div.DivClassName
{
background-color: #324EDD;
}
.BgClassName
{
background-color: #324EDD;
}
</style>
border-color css
<style>
span { border-color: #324EDD; }
span { border-color: rgb(50,78,221); }
td.TdClassName
{
border-color: #324EDD;
}
.TagClassName
{
border-color: #324EDD;
}
</style>