Shades of Royal Blue #316CEE
Tints of Royal Blue #316CEE
RGB
CMYK
RGB Variations
Color information
#316CEE (or 0x316CEE) is known color: Royal Blue. HEX triplet: 31, 6C and EE. RGB value is (49,108,238). Sum of RGB (Red+Green+Blue) = 49+108+238=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #316CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316CEE is #CE9311. Grayscale: #686868. Windows color (decimal): -13538066 or 15625265. OLE color: 15625265.
HSL color Cylindrical-coordinate representation of color #316CEE: hue angle of 221.27º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316CEE is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 108 | 238 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.07 |
| HSL | 221.27º | 0.85% | 0.56% | - |
| HSV(B) | 221.27º | 0.79% | 0.93% | - |
| XYZ | 22.06 | 17.55 | 83.11 | - |
| YUV | 105.18 | 202.95 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 238 | 0.79 | 0.55 | 0 | 0.07 | 221.27 | 0.85 | 0.56 |
| Hex | 31 | 6C | EE | 4F | 37 | 0 | 7 | DD | 55 | 38 |
| Octal | 61 | 154 | 356 | 117 | 67 | 0 | 7 | 335 | 125 | 70 |
| Binary | 110001 | 1101100 | 11101110 | 1001111 | 110111 | 0 | 111 | 11011101 | 1010101 | 111000 |
Color Harmonies of #316CEE
Complementary color
Monochromatic Colors of #316CEE
Black with #316CEE
Text Example
Text Example
White with #316CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316CEE; }
p { color: rgb(49,108,238); }
H1.HeaderClassName
{
color: #316CEE;
}
.AnyTagClassName
{
color: #316CEE;
}
</style>
background-color css
<style>
a { background-color: #316CEE; }
a { background-color: rgb(49,108,238); }
div.DivClassName
{
background-color: #316CEE;
}
.BgClassName
{
background-color: #316CEE;
}
</style>
border-color css
<style>
span { border-color: #316CEE; }
span { border-color: rgb(49,108,238); }
td.TdClassName
{
border-color: #316CEE;
}
.TagClassName
{
border-color: #316CEE;
}
</style>