Shades of Free Speech Blue #324FDB
Tints of Free Speech Blue #324FDB
RGB
CMYK
RGB Variations
Color information
#324FDB (or 0x324FDB) is known color: Free Speech Blue. HEX triplet: 32, 4F and DB. RGB value is (50,79,219). Sum of RGB (Red+Green+Blue) = 50+79+219=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #324FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FDB is #CDB024. Grayscale: #555555. Windows color (decimal): -13479973 or 14372658. OLE color: 14372658.
HSL color Cylindrical-coordinate representation of color #324FDB: hue angle of 229.7º 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 #324FDB is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 79 | 219 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.14 |
| HSL | 229.7º | 0.7% | 0.53% | - |
| HSV(B) | 229.7º | 0.77% | 0.86% | - |
| XYZ | 16.9 | 11.38 | 68.32 | - |
| YUV | 86.29 | 202.89 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 219 | 0.77 | 0.64 | 0 | 0.14 | 229.7 | 0.7 | 0.53 |
| Hex | 32 | 4F | DB | 4D | 40 | 0 | E | E6 | 46 | 35 |
| Octal | 62 | 117 | 333 | 115 | 100 | 0 | 16 | 346 | 106 | 65 |
| Binary | 110010 | 1001111 | 11011011 | 1001101 | 1000000 | 0 | 1110 | 11100110 | 1000110 | 110101 |
Color Harmonies of #324FDB
Complementary color
Monochromatic Colors of #324FDB
Black with #324FDB
Text Example
Text Example
White with #324FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324FDB; }
p { color: rgb(50,79,219); }
H1.HeaderClassName
{
color: #324FDB;
}
.AnyTagClassName
{
color: #324FDB;
}
</style>
background-color css
<style>
a { background-color: #324FDB; }
a { background-color: rgb(50,79,219); }
div.DivClassName
{
background-color: #324FDB;
}
.BgClassName
{
background-color: #324FDB;
}
</style>
border-color css
<style>
span { border-color: #324FDB; }
span { border-color: rgb(50,79,219); }
td.TdClassName
{
border-color: #324FDB;
}
.TagClassName
{
border-color: #324FDB;
}
</style>