Shades of Free Speech Blue #323ADB
Tints of Free Speech Blue #323ADB
RGB
CMYK
RGB Variations
Color information
#323ADB (or 0x323ADB) is known color: Free Speech Blue. HEX triplet: 32, 3A and DB. RGB value is (50,58,219). Sum of RGB (Red+Green+Blue) = 50+58+219=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #323ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ADB is #CDC524. Grayscale: #494949. Windows color (decimal): -13485349 or 14367282. OLE color: 14367282.
HSL color Cylindrical-coordinate representation of color #323ADB: hue angle of 237.16º 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 #323ADB is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 58 | 219 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.14 |
| HSL | 237.16º | 0.7% | 0.53% | - |
| HSV(B) | 237.16º | 0.77% | 0.86% | - |
| XYZ | 15.61 | 8.82 | 67.9 | - |
| YUV | 73.96 | 209.85 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 219 | 0.77 | 0.74 | 0 | 0.14 | 237.16 | 0.7 | 0.53 |
| Hex | 32 | 3A | DB | 4D | 4A | 0 | E | ED | 46 | 35 |
| Octal | 62 | 72 | 333 | 115 | 112 | 0 | 16 | 355 | 106 | 65 |
| Binary | 110010 | 111010 | 11011011 | 1001101 | 1001010 | 0 | 1110 | 11101101 | 1000110 | 110101 |
Color Harmonies of #323ADB
Complementary color
Monochromatic Colors of #323ADB
Black with #323ADB
Text Example
Text Example
White with #323ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323ADB; }
p { color: rgb(50,58,219); }
H1.HeaderClassName
{
color: #323ADB;
}
.AnyTagClassName
{
color: #323ADB;
}
</style>
background-color css
<style>
a { background-color: #323ADB; }
a { background-color: rgb(50,58,219); }
div.DivClassName
{
background-color: #323ADB;
}
.BgClassName
{
background-color: #323ADB;
}
</style>
border-color css
<style>
span { border-color: #323ADB; }
span { border-color: rgb(50,58,219); }
td.TdClassName
{
border-color: #323ADB;
}
.TagClassName
{
border-color: #323ADB;
}
</style>