Shades of Free Speech Blue #324ED6
Tints of Free Speech Blue #324ED6
RGB
CMYK
RGB Variations
Color information
#324ED6 (or 0x324ED6) is known color: Free Speech Blue. HEX triplet: 32, 4E and D6. RGB value is (50,78,214). Sum of RGB (Red+Green+Blue) = 50+78+214=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 214 (83.98% from 255 or 62.57% from 342); Max value from RGB is 214 - color contains mainly: blue. Hex color #324ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324ED6 is #CDB129. Grayscale: #545454. Windows color (decimal): -13480234 or 14044722. OLE color: 14044722.
HSL color Cylindrical-coordinate representation of color #324ED6: hue angle of 229.76º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324ED6 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 78 | 214 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.16 |
| HSL | 229.76º | 0.67% | 0.52% | - |
| HSV(B) | 229.76º | 0.77% | 0.84% | - |
| XYZ | 16.18 | 10.98 | 64.89 | - |
| YUV | 85.13 | 200.72 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 214 | 0.77 | 0.64 | 0 | 0.16 | 229.76 | 0.67 | 0.52 |
| Hex | 32 | 4E | D6 | 4D | 40 | 0 | 10 | E6 | 43 | 34 |
| Octal | 62 | 116 | 326 | 115 | 100 | 0 | 20 | 346 | 103 | 64 |
| Binary | 110010 | 1001110 | 11010110 | 1001101 | 1000000 | 0 | 10000 | 11100110 | 1000011 | 110100 |
Color Harmonies of #324ED6
Complementary color
Monochromatic Colors of #324ED6
Black with #324ED6
Text Example
Text Example
White with #324ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324ED6; }
p { color: rgb(50,78,214); }
H1.HeaderClassName
{
color: #324ED6;
}
.AnyTagClassName
{
color: #324ED6;
}
</style>
background-color css
<style>
a { background-color: #324ED6; }
a { background-color: rgb(50,78,214); }
div.DivClassName
{
background-color: #324ED6;
}
.BgClassName
{
background-color: #324ED6;
}
</style>
border-color css
<style>
span { border-color: #324ED6; }
span { border-color: rgb(50,78,214); }
td.TdClassName
{
border-color: #324ED6;
}
.TagClassName
{
border-color: #324ED6;
}
</style>