Shades of Royal Blue #317ADB
Tints of Royal Blue #317ADB
RGB
CMYK
RGB Variations
Color information
#317ADB (or 0x317ADB) is known color: Royal Blue. HEX triplet: 31, 7A and DB. RGB value is (49,122,219). Sum of RGB (Red+Green+Blue) = 49+122+219=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #317ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ADB is #CE8524. Grayscale: #6E6E6E. Windows color (decimal): -13534501 or 14383665. OLE color: 14383665.
HSL color Cylindrical-coordinate representation of color #317ADB: hue angle of 214.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317ADB is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 122 | 219 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.14 |
| HSL | 214.24º | 0.7% | 0.53% | - |
| HSV(B) | 214.24º | 0.78% | 0.86% | - |
| XYZ | 21.01 | 19.69 | 69.71 | - |
| YUV | 111.23 | 188.82 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 219 | 0.78 | 0.44 | 0 | 0.14 | 214.24 | 0.7 | 0.53 |
| Hex | 31 | 7A | DB | 4E | 2C | 0 | E | D6 | 46 | 35 |
| Octal | 61 | 172 | 333 | 116 | 54 | 0 | 16 | 326 | 106 | 65 |
| Binary | 110001 | 1111010 | 11011011 | 1001110 | 101100 | 0 | 1110 | 11010110 | 1000110 | 110101 |
Color Harmonies of #317ADB
Complementary color
Monochromatic Colors of #317ADB
Black with #317ADB
Text Example
Text Example
White with #317ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317ADB; }
p { color: rgb(49,122,219); }
H1.HeaderClassName
{
color: #317ADB;
}
.AnyTagClassName
{
color: #317ADB;
}
</style>
background-color css
<style>
a { background-color: #317ADB; }
a { background-color: rgb(49,122,219); }
div.DivClassName
{
background-color: #317ADB;
}
.BgClassName
{
background-color: #317ADB;
}
</style>
border-color css
<style>
span { border-color: #317ADB; }
span { border-color: rgb(49,122,219); }
td.TdClassName
{
border-color: #317ADB;
}
.TagClassName
{
border-color: #317ADB;
}
</style>