Shades of Royal Blue #317DDB
Tints of Royal Blue #317DDB
RGB
CMYK
RGB Variations
Color information
#317DDB (or 0x317DDB) is known color: Royal Blue. HEX triplet: 31, 7D and DB. RGB value is (49,125,219). Sum of RGB (Red+Green+Blue) = 49+125+219=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 125 (49.22% from 255 or 31.81% 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 #317DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DDB is #CE8224. Grayscale: #707070. Windows color (decimal): -13533733 or 14384433. OLE color: 14384433.
HSL color Cylindrical-coordinate representation of color #317DDB: hue angle of 213.18º 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 #317DDB is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 125 | 219 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.14 |
| HSL | 213.18º | 0.7% | 0.53% | - |
| HSV(B) | 213.18º | 0.78% | 0.86% | - |
| XYZ | 21.39 | 20.43 | 69.83 | - |
| YUV | 112.99 | 187.82 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 219 | 0.78 | 0.43 | 0 | 0.14 | 213.18 | 0.7 | 0.53 |
| Hex | 31 | 7D | DB | 4E | 2B | 0 | E | D5 | 46 | 35 |
| Octal | 61 | 175 | 333 | 116 | 53 | 0 | 16 | 325 | 106 | 65 |
| Binary | 110001 | 1111101 | 11011011 | 1001110 | 101011 | 0 | 1110 | 11010101 | 1000110 | 110101 |
Color Harmonies of #317DDB
Complementary color
Monochromatic Colors of #317DDB
Black with #317DDB
Text Example
Text Example
White with #317DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317DDB; }
p { color: rgb(49,125,219); }
H1.HeaderClassName
{
color: #317DDB;
}
.AnyTagClassName
{
color: #317DDB;
}
</style>
background-color css
<style>
a { background-color: #317DDB; }
a { background-color: rgb(49,125,219); }
div.DivClassName
{
background-color: #317DDB;
}
.BgClassName
{
background-color: #317DDB;
}
</style>
border-color css
<style>
span { border-color: #317DDB; }
span { border-color: rgb(49,125,219); }
td.TdClassName
{
border-color: #317DDB;
}
.TagClassName
{
border-color: #317DDB;
}
</style>