Shades of Royal Blue #316FCE
Tints of Royal Blue #316FCE
RGB
CMYK
RGB Variations
Color information
#316FCE (or 0x316FCE) is known color: Royal Blue. HEX triplet: 31, 6F and CE. RGB value is (49,111,206). Sum of RGB (Red+Green+Blue) = 49+111+206=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #316FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316FCE is #CE9031. Grayscale: #666666. Windows color (decimal): -13537330 or 13528881. OLE color: 13528881.
HSL color Cylindrical-coordinate representation of color #316FCE: hue angle of 216.31º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #316FCE is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 111 | 206 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.19 |
| HSL | 216.31º | 0.62% | 0.5% | - |
| HSV(B) | 216.31º | 0.76% | 0.81% | - |
| XYZ | 18.09 | 16.48 | 60.62 | - |
| YUV | 103.29 | 185.96 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 206 | 0.76 | 0.46 | 0 | 0.19 | 216.31 | 0.62 | 0.5 |
| Hex | 31 | 6F | CE | 4C | 2E | 0 | 13 | D8 | 3E | 32 |
| Octal | 61 | 157 | 316 | 114 | 56 | 0 | 23 | 330 | 76 | 62 |
| Binary | 110001 | 1101111 | 11001110 | 1001100 | 101110 | 0 | 10011 | 11011000 | 111110 | 110010 |
Color Harmonies of #316FCE
Complementary color
Monochromatic Colors of #316FCE
Black with #316FCE
Text Example
Text Example
White with #316FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FCE; }
p { color: rgb(49,111,206); }
H1.HeaderClassName
{
color: #316FCE;
}
.AnyTagClassName
{
color: #316FCE;
}
</style>
background-color css
<style>
a { background-color: #316FCE; }
a { background-color: rgb(49,111,206); }
div.DivClassName
{
background-color: #316FCE;
}
.BgClassName
{
background-color: #316FCE;
}
</style>
border-color css
<style>
span { border-color: #316FCE; }
span { border-color: rgb(49,111,206); }
td.TdClassName
{
border-color: #316FCE;
}
.TagClassName
{
border-color: #316FCE;
}
</style>