Shades of Royal Blue #327ADB
Tints of Royal Blue #327ADB
RGB
CMYK
RGB Variations
Color information
#327ADB (or 0x327ADB) is known color: Royal Blue. HEX triplet: 32, 7A and DB. RGB value is (50,122,219). Sum of RGB (Red+Green+Blue) = 50+122+219=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #327ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ADB is #CD8524. Grayscale: #6F6F6F. Windows color (decimal): -13468965 or 14383666. OLE color: 14383666.
HSL color Cylindrical-coordinate representation of color #327ADB: hue angle of 214.44º 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 #327ADB is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 122 | 219 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.14 |
| HSL | 214.44º | 0.7% | 0.53% | - |
| HSV(B) | 214.44º | 0.77% | 0.86% | - |
| XYZ | 21.06 | 19.71 | 69.71 | - |
| YUV | 111.53 | 188.65 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 219 | 0.77 | 0.44 | 0 | 0.14 | 214.44 | 0.7 | 0.53 |
| Hex | 32 | 7A | DB | 4D | 2C | 0 | E | D6 | 46 | 35 |
| Octal | 62 | 172 | 333 | 115 | 54 | 0 | 16 | 326 | 106 | 65 |
| Binary | 110010 | 1111010 | 11011011 | 1001101 | 101100 | 0 | 1110 | 11010110 | 1000110 | 110101 |
Color Harmonies of #327ADB
Complementary color
Monochromatic Colors of #327ADB
Black with #327ADB
Text Example
Text Example
White with #327ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327ADB; }
p { color: rgb(50,122,219); }
H1.HeaderClassName
{
color: #327ADB;
}
.AnyTagClassName
{
color: #327ADB;
}
</style>
background-color css
<style>
a { background-color: #327ADB; }
a { background-color: rgb(50,122,219); }
div.DivClassName
{
background-color: #327ADB;
}
.BgClassName
{
background-color: #327ADB;
}
</style>
border-color css
<style>
span { border-color: #327ADB; }
span { border-color: rgb(50,122,219); }
td.TdClassName
{
border-color: #327ADB;
}
.TagClassName
{
border-color: #327ADB;
}
</style>