Shades of Free Speech Blue #324BDC
Tints of Free Speech Blue #324BDC
RGB
CMYK
RGB Variations
Color information
#324BDC (or 0x324BDC) is known color: Free Speech Blue. HEX triplet: 32, 4B and DC. RGB value is (50,75,220). Sum of RGB (Red+Green+Blue) = 50+75+220=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #324BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BDC is #CDB423. Grayscale: #535353. Windows color (decimal): -13480996 or 14437170. OLE color: 14437170.
HSL color Cylindrical-coordinate representation of color #324BDC: hue angle of 231.18º 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 #324BDC is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 75 | 220 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.14 |
| HSL | 231.18º | 0.71% | 0.53% | - |
| HSV(B) | 231.18º | 0.77% | 0.86% | - |
| XYZ | 16.75 | 10.88 | 68.93 | - |
| YUV | 84.06 | 204.72 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 220 | 0.77 | 0.66 | 0 | 0.14 | 231.18 | 0.71 | 0.53 |
| Hex | 32 | 4B | DC | 4D | 42 | 0 | E | E7 | 47 | 35 |
| Octal | 62 | 113 | 334 | 115 | 102 | 0 | 16 | 347 | 107 | 65 |
| Binary | 110010 | 1001011 | 11011100 | 1001101 | 1000010 | 0 | 1110 | 11100111 | 1000111 | 110101 |
Color Harmonies of #324BDC
Complementary color
Monochromatic Colors of #324BDC
Black with #324BDC
Text Example
Text Example
White with #324BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BDC; }
p { color: rgb(50,75,220); }
H1.HeaderClassName
{
color: #324BDC;
}
.AnyTagClassName
{
color: #324BDC;
}
</style>
background-color css
<style>
a { background-color: #324BDC; }
a { background-color: rgb(50,75,220); }
div.DivClassName
{
background-color: #324BDC;
}
.BgClassName
{
background-color: #324BDC;
}
</style>
border-color css
<style>
span { border-color: #324BDC; }
span { border-color: rgb(50,75,220); }
td.TdClassName
{
border-color: #324BDC;
}
.TagClassName
{
border-color: #324BDC;
}
</style>