Shades of Free Speech Blue #324EDC
Tints of Free Speech Blue #324EDC
RGB
CMYK
RGB Variations
Color information
#324EDC (or 0x324EDC) is known color: Free Speech Blue. HEX triplet: 32, 4E and DC. RGB value is (50,78,220). Sum of RGB (Red+Green+Blue) = 50+78+220=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #324EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EDC is #CDB123. Grayscale: #555555. Windows color (decimal): -13480228 or 14437938. OLE color: 14437938.
HSL color Cylindrical-coordinate representation of color #324EDC: hue angle of 230.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324EDC is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 78 | 220 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.14 |
| HSL | 230.12º | 0.71% | 0.53% | - |
| HSV(B) | 230.12º | 0.77% | 0.86% | - |
| XYZ | 16.96 | 11.29 | 69 | - |
| YUV | 85.82 | 203.72 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 220 | 0.77 | 0.65 | 0 | 0.14 | 230.12 | 0.71 | 0.53 |
| Hex | 32 | 4E | DC | 4D | 41 | 0 | E | E6 | 47 | 35 |
| Octal | 62 | 116 | 334 | 115 | 101 | 0 | 16 | 346 | 107 | 65 |
| Binary | 110010 | 1001110 | 11011100 | 1001101 | 1000001 | 0 | 1110 | 11100110 | 1000111 | 110101 |
Color Harmonies of #324EDC
Complementary color
Monochromatic Colors of #324EDC
Black with #324EDC
Text Example
Text Example
White with #324EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EDC; }
p { color: rgb(50,78,220); }
H1.HeaderClassName
{
color: #324EDC;
}
.AnyTagClassName
{
color: #324EDC;
}
</style>
background-color css
<style>
a { background-color: #324EDC; }
a { background-color: rgb(50,78,220); }
div.DivClassName
{
background-color: #324EDC;
}
.BgClassName
{
background-color: #324EDC;
}
</style>
border-color css
<style>
span { border-color: #324EDC; }
span { border-color: rgb(50,78,220); }
td.TdClassName
{
border-color: #324EDC;
}
.TagClassName
{
border-color: #324EDC;
}
</style>