Shades of Royal Blue #327CDB
Tints of Royal Blue #327CDB
RGB
CMYK
RGB Variations
Color information
#327CDB (or 0x327CDB) is known color: Royal Blue. HEX triplet: 32, 7C and DB. RGB value is (50,124,219). Sum of RGB (Red+Green+Blue) = 50+124+219=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #327CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CDB is #CD8324. Grayscale: #707070. Windows color (decimal): -13468453 or 14384178. OLE color: 14384178.
HSL color Cylindrical-coordinate representation of color #327CDB: hue angle of 213.73º 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 #327CDB is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 124 | 219 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.14 |
| HSL | 213.73º | 0.7% | 0.53% | - |
| HSV(B) | 213.73º | 0.77% | 0.86% | - |
| XYZ | 21.31 | 20.21 | 69.8 | - |
| YUV | 112.7 | 187.98 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 219 | 0.77 | 0.43 | 0 | 0.14 | 213.73 | 0.7 | 0.53 |
| Hex | 32 | 7C | DB | 4D | 2B | 0 | E | D6 | 46 | 35 |
| Octal | 62 | 174 | 333 | 115 | 53 | 0 | 16 | 326 | 106 | 65 |
| Binary | 110010 | 1111100 | 11011011 | 1001101 | 101011 | 0 | 1110 | 11010110 | 1000110 | 110101 |
Color Harmonies of #327CDB
Complementary color
Monochromatic Colors of #327CDB
Black with #327CDB
Text Example
Text Example
White with #327CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327CDB; }
p { color: rgb(50,124,219); }
H1.HeaderClassName
{
color: #327CDB;
}
.AnyTagClassName
{
color: #327CDB;
}
</style>
background-color css
<style>
a { background-color: #327CDB; }
a { background-color: rgb(50,124,219); }
div.DivClassName
{
background-color: #327CDB;
}
.BgClassName
{
background-color: #327CDB;
}
</style>
border-color css
<style>
span { border-color: #327CDB; }
span { border-color: rgb(50,124,219); }
td.TdClassName
{
border-color: #327CDB;
}
.TagClassName
{
border-color: #327CDB;
}
</style>