Shades of Free Speech Blue #323BDB
Tints of Free Speech Blue #323BDB
RGB
CMYK
RGB Variations
Color information
#323BDB (or 0x323BDB) is known color: Free Speech Blue. HEX triplet: 32, 3B and DB. RGB value is (50,59,219). Sum of RGB (Red+Green+Blue) = 50+59+219=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #323BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BDB is #CDC424. Grayscale: #494949. Windows color (decimal): -13485093 or 14367538. OLE color: 14367538.
HSL color Cylindrical-coordinate representation of color #323BDB: hue angle of 236.8º 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 #323BDB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 59 | 219 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.14 |
| HSL | 236.8º | 0.7% | 0.53% | - |
| HSV(B) | 236.8º | 0.77% | 0.86% | - |
| XYZ | 15.67 | 8.92 | 67.91 | - |
| YUV | 74.55 | 209.52 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 219 | 0.77 | 0.73 | 0 | 0.14 | 236.8 | 0.7 | 0.53 |
| Hex | 32 | 3B | DB | 4D | 49 | 0 | E | ED | 46 | 35 |
| Octal | 62 | 73 | 333 | 115 | 111 | 0 | 16 | 355 | 106 | 65 |
| Binary | 110010 | 111011 | 11011011 | 1001101 | 1001001 | 0 | 1110 | 11101101 | 1000110 | 110101 |
Color Harmonies of #323BDB
Complementary color
Monochromatic Colors of #323BDB
Black with #323BDB
Text Example
Text Example
White with #323BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BDB; }
p { color: rgb(50,59,219); }
H1.HeaderClassName
{
color: #323BDB;
}
.AnyTagClassName
{
color: #323BDB;
}
</style>
background-color css
<style>
a { background-color: #323BDB; }
a { background-color: rgb(50,59,219); }
div.DivClassName
{
background-color: #323BDB;
}
.BgClassName
{
background-color: #323BDB;
}
</style>
border-color css
<style>
span { border-color: #323BDB; }
span { border-color: rgb(50,59,219); }
td.TdClassName
{
border-color: #323BDB;
}
.TagClassName
{
border-color: #323BDB;
}
</style>