Shades of Free Speech Blue #324ADB
Tints of Free Speech Blue #324ADB
RGB
CMYK
RGB Variations
Color information
#324ADB (or 0x324ADB) is known color: Free Speech Blue. HEX triplet: 32, 4A and DB. RGB value is (50,74,219). Sum of RGB (Red+Green+Blue) = 50+74+219=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #324ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324ADB is #CDB524. Grayscale: #525252. Windows color (decimal): -13481253 or 14371378. OLE color: 14371378.
HSL color Cylindrical-coordinate representation of color #324ADB: hue angle of 231.48º 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 #324ADB is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 74 | 219 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.14 |
| HSL | 231.48º | 0.7% | 0.53% | - |
| HSV(B) | 231.48º | 0.77% | 0.86% | - |
| XYZ | 16.55 | 10.69 | 68.21 | - |
| YUV | 83.35 | 204.55 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 219 | 0.77 | 0.66 | 0 | 0.14 | 231.48 | 0.7 | 0.53 |
| Hex | 32 | 4A | DB | 4D | 42 | 0 | E | E7 | 46 | 35 |
| Octal | 62 | 112 | 333 | 115 | 102 | 0 | 16 | 347 | 106 | 65 |
| Binary | 110010 | 1001010 | 11011011 | 1001101 | 1000010 | 0 | 1110 | 11100111 | 1000110 | 110101 |
Color Harmonies of #324ADB
Complementary color
Monochromatic Colors of #324ADB
Black with #324ADB
Text Example
Text Example
White with #324ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324ADB; }
p { color: rgb(50,74,219); }
H1.HeaderClassName
{
color: #324ADB;
}
.AnyTagClassName
{
color: #324ADB;
}
</style>
background-color css
<style>
a { background-color: #324ADB; }
a { background-color: rgb(50,74,219); }
div.DivClassName
{
background-color: #324ADB;
}
.BgClassName
{
background-color: #324ADB;
}
</style>
border-color css
<style>
span { border-color: #324ADB; }
span { border-color: rgb(50,74,219); }
td.TdClassName
{
border-color: #324ADB;
}
.TagClassName
{
border-color: #324ADB;
}
</style>