Shades of Free Speech Blue #324EDB
Tints of Free Speech Blue #324EDB
RGB
CMYK
RGB Variations
Color information
#324EDB (or 0x324EDB) is known color: Free Speech Blue. HEX triplet: 32, 4E and DB. RGB value is (50,78,219). Sum of RGB (Red+Green+Blue) = 50+78+219=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #324EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EDB is #CDB124. Grayscale: #555555. Windows color (decimal): -13480229 or 14372402. OLE color: 14372402.
HSL color Cylindrical-coordinate representation of color #324EDB: hue angle of 230.06º degrees, saturation: 0.7, 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 #324EDB is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 78 | 219 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.14 |
| HSL | 230.06º | 0.7% | 0.53% | - |
| HSV(B) | 230.06º | 0.77% | 0.86% | - |
| XYZ | 16.83 | 11.24 | 68.3 | - |
| YUV | 85.7 | 203.22 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 219 | 0.77 | 0.64 | 0 | 0.14 | 230.06 | 0.7 | 0.53 |
| Hex | 32 | 4E | DB | 4D | 40 | 0 | E | E6 | 46 | 35 |
| Octal | 62 | 116 | 333 | 115 | 100 | 0 | 16 | 346 | 106 | 65 |
| Binary | 110010 | 1001110 | 11011011 | 1001101 | 1000000 | 0 | 1110 | 11100110 | 1000110 | 110101 |
Color Harmonies of #324EDB
Complementary color
Monochromatic Colors of #324EDB
Black with #324EDB
Text Example
Text Example
White with #324EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EDB; }
p { color: rgb(50,78,219); }
H1.HeaderClassName
{
color: #324EDB;
}
.AnyTagClassName
{
color: #324EDB;
}
</style>
background-color css
<style>
a { background-color: #324EDB; }
a { background-color: rgb(50,78,219); }
div.DivClassName
{
background-color: #324EDB;
}
.BgClassName
{
background-color: #324EDB;
}
</style>
border-color css
<style>
span { border-color: #324EDB; }
span { border-color: rgb(50,78,219); }
td.TdClassName
{
border-color: #324EDB;
}
.TagClassName
{
border-color: #324EDB;
}
</style>