Shades of Royal Blue #316BE0
Tints of Royal Blue #316BE0
RGB
CMYK
RGB Variations
Color information
#316BE0 (or 0x316BE0) is known color: Royal Blue. HEX triplet: 31, 6B and E0. RGB value is (49,107,224). Sum of RGB (Red+Green+Blue) = 49+107+224=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #316BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BE0 is #CE941F. Grayscale: #666666. Windows color (decimal): -13538336 or 14707505. OLE color: 14707505.
HSL color Cylindrical-coordinate representation of color #316BE0: hue angle of 220.11º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316BE0 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 107 | 224 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.12 |
| HSL | 220.11º | 0.74% | 0.54% | - |
| HSV(B) | 220.11º | 0.78% | 0.88% | - |
| XYZ | 19.98 | 16.55 | 72.66 | - |
| YUV | 103 | 196.28 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 224 | 0.78 | 0.52 | 0 | 0.12 | 220.11 | 0.74 | 0.54 |
| Hex | 31 | 6B | E0 | 4E | 34 | 0 | C | DC | 4A | 36 |
| Octal | 61 | 153 | 340 | 116 | 64 | 0 | 14 | 334 | 112 | 66 |
| Binary | 110001 | 1101011 | 11100000 | 1001110 | 110100 | 0 | 1100 | 11011100 | 1001010 | 110110 |
Color Harmonies of #316BE0
Complementary color
Monochromatic Colors of #316BE0
Black with #316BE0
Text Example
Text Example
White with #316BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316BE0; }
p { color: rgb(49,107,224); }
H1.HeaderClassName
{
color: #316BE0;
}
.AnyTagClassName
{
color: #316BE0;
}
</style>
background-color css
<style>
a { background-color: #316BE0; }
a { background-color: rgb(49,107,224); }
div.DivClassName
{
background-color: #316BE0;
}
.BgClassName
{
background-color: #316BE0;
}
</style>
border-color css
<style>
span { border-color: #316BE0; }
span { border-color: rgb(49,107,224); }
td.TdClassName
{
border-color: #316BE0;
}
.TagClassName
{
border-color: #316BE0;
}
</style>