Shades of Royal Blue #316FDA
Tints of Royal Blue #316FDA
RGB
CMYK
RGB Variations
Color information
#316FDA (or 0x316FDA) is known color: Royal Blue. HEX triplet: 31, 6F and DA. RGB value is (49,111,218). Sum of RGB (Red+Green+Blue) = 49+111+218=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #316FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316FDA is #CE9025. Grayscale: #686868. Windows color (decimal): -13537318 or 14315313. OLE color: 14315313.
HSL color Cylindrical-coordinate representation of color #316FDA: hue angle of 217.99º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316FDA is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 111 | 218 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.15 |
| HSL | 217.99º | 0.7% | 0.52% | - |
| HSV(B) | 217.99º | 0.78% | 0.85% | - |
| XYZ | 19.61 | 17.08 | 68.59 | - |
| YUV | 104.66 | 191.96 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 218 | 0.78 | 0.49 | 0 | 0.15 | 217.99 | 0.7 | 0.52 |
| Hex | 31 | 6F | DA | 4E | 31 | 0 | F | DA | 46 | 34 |
| Octal | 61 | 157 | 332 | 116 | 61 | 0 | 17 | 332 | 106 | 64 |
| Binary | 110001 | 1101111 | 11011010 | 1001110 | 110001 | 0 | 1111 | 11011010 | 1000110 | 110100 |
Color Harmonies of #316FDA
Complementary color
Monochromatic Colors of #316FDA
Black with #316FDA
Text Example
Text Example
White with #316FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FDA; }
p { color: rgb(49,111,218); }
H1.HeaderClassName
{
color: #316FDA;
}
.AnyTagClassName
{
color: #316FDA;
}
</style>
background-color css
<style>
a { background-color: #316FDA; }
a { background-color: rgb(49,111,218); }
div.DivClassName
{
background-color: #316FDA;
}
.BgClassName
{
background-color: #316FDA;
}
</style>
border-color css
<style>
span { border-color: #316FDA; }
span { border-color: rgb(49,111,218); }
td.TdClassName
{
border-color: #316FDA;
}
.TagClassName
{
border-color: #316FDA;
}
</style>