Shades of Free Speech Blue #323DDB
Tints of Free Speech Blue #323DDB
RGB
CMYK
RGB Variations
Color information
#323DDB (or 0x323DDB) is known color: Free Speech Blue. HEX triplet: 32, 3D and DB. RGB value is (50,61,219). Sum of RGB (Red+Green+Blue) = 50+61+219=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #323DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DDB is #CDC224. Grayscale: #4B4B4B. Windows color (decimal): -13484581 or 14368050. OLE color: 14368050.
HSL color Cylindrical-coordinate representation of color #323DDB: hue angle of 236.09º 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 #323DDB is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 61 | 219 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.14 |
| HSL | 236.09º | 0.7% | 0.53% | - |
| HSV(B) | 236.09º | 0.77% | 0.86% | - |
| XYZ | 15.77 | 9.13 | 67.95 | - |
| YUV | 75.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 219 | 0.77 | 0.72 | 0 | 0.14 | 236.09 | 0.7 | 0.53 |
| Hex | 32 | 3D | DB | 4D | 48 | 0 | E | EC | 46 | 35 |
| Octal | 62 | 75 | 333 | 115 | 110 | 0 | 16 | 354 | 106 | 65 |
| Binary | 110010 | 111101 | 11011011 | 1001101 | 1001000 | 0 | 1110 | 11101100 | 1000110 | 110101 |
Color Harmonies of #323DDB
Complementary color
Monochromatic Colors of #323DDB
Black with #323DDB
Text Example
Text Example
White with #323DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DDB; }
p { color: rgb(50,61,219); }
H1.HeaderClassName
{
color: #323DDB;
}
.AnyTagClassName
{
color: #323DDB;
}
</style>
background-color css
<style>
a { background-color: #323DDB; }
a { background-color: rgb(50,61,219); }
div.DivClassName
{
background-color: #323DDB;
}
.BgClassName
{
background-color: #323DDB;
}
</style>
border-color css
<style>
span { border-color: #323DDB; }
span { border-color: rgb(50,61,219); }
td.TdClassName
{
border-color: #323DDB;
}
.TagClassName
{
border-color: #323DDB;
}
</style>