Shades of Free Speech Blue #323CDB
Tints of Free Speech Blue #323CDB
RGB
CMYK
RGB Variations
Color information
#323CDB (or 0x323CDB) is known color: Free Speech Blue. HEX triplet: 32, 3C and DB. RGB value is (50,60,219). Sum of RGB (Red+Green+Blue) = 50+60+219=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #323CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CDB is #CDC324. Grayscale: #4A4A4A. Windows color (decimal): -13484837 or 14367794. OLE color: 14367794.
HSL color Cylindrical-coordinate representation of color #323CDB: hue angle of 236.45º 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 #323CDB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 60 | 219 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.14 |
| HSL | 236.45º | 0.7% | 0.53% | - |
| HSV(B) | 236.45º | 0.77% | 0.86% | - |
| XYZ | 15.72 | 9.02 | 67.93 | - |
| YUV | 75.14 | 209.19 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 219 | 0.77 | 0.73 | 0 | 0.14 | 236.45 | 0.7 | 0.53 |
| Hex | 32 | 3C | DB | 4D | 49 | 0 | E | EC | 46 | 35 |
| Octal | 62 | 74 | 333 | 115 | 111 | 0 | 16 | 354 | 106 | 65 |
| Binary | 110010 | 111100 | 11011011 | 1001101 | 1001001 | 0 | 1110 | 11101100 | 1000110 | 110101 |
Color Harmonies of #323CDB
Complementary color
Monochromatic Colors of #323CDB
Black with #323CDB
Text Example
Text Example
White with #323CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CDB; }
p { color: rgb(50,60,219); }
H1.HeaderClassName
{
color: #323CDB;
}
.AnyTagClassName
{
color: #323CDB;
}
</style>
background-color css
<style>
a { background-color: #323CDB; }
a { background-color: rgb(50,60,219); }
div.DivClassName
{
background-color: #323CDB;
}
.BgClassName
{
background-color: #323CDB;
}
</style>
border-color css
<style>
span { border-color: #323CDB; }
span { border-color: rgb(50,60,219); }
td.TdClassName
{
border-color: #323CDB;
}
.TagClassName
{
border-color: #323CDB;
}
</style>