Shades of Royal Blue #316ECF
Tints of Royal Blue #316ECF
RGB
CMYK
RGB Variations
Color information
#316ECF (or 0x316ECF) is known color: Royal Blue. HEX triplet: 31, 6E and CF. RGB value is (49,110,207). Sum of RGB (Red+Green+Blue) = 49+110+207=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #316ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ECF is #CE9130. Grayscale: #666666. Windows color (decimal): -13537585 or 13594161. OLE color: 13594161.
HSL color Cylindrical-coordinate representation of color #316ECF: hue angle of 216.84º 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 #316ECF is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 110 | 207 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.19 |
| HSL | 216.84º | 0.62% | 0.5% | - |
| HSV(B) | 216.84º | 0.76% | 0.81% | - |
| XYZ | 18.11 | 16.31 | 61.23 | - |
| YUV | 102.82 | 186.79 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 207 | 0.76 | 0.47 | 0 | 0.19 | 216.84 | 0.62 | 0.5 |
| Hex | 31 | 6E | CF | 4C | 2F | 0 | 13 | D9 | 3E | 32 |
| Octal | 61 | 156 | 317 | 114 | 57 | 0 | 23 | 331 | 76 | 62 |
| Binary | 110001 | 1101110 | 11001111 | 1001100 | 101111 | 0 | 10011 | 11011001 | 111110 | 110010 |
Color Harmonies of #316ECF
Complementary color
Monochromatic Colors of #316ECF
Black with #316ECF
Text Example
Text Example
White with #316ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316ECF; }
p { color: rgb(49,110,207); }
H1.HeaderClassName
{
color: #316ECF;
}
.AnyTagClassName
{
color: #316ECF;
}
</style>
background-color css
<style>
a { background-color: #316ECF; }
a { background-color: rgb(49,110,207); }
div.DivClassName
{
background-color: #316ECF;
}
.BgClassName
{
background-color: #316ECF;
}
</style>
border-color css
<style>
span { border-color: #316ECF; }
span { border-color: rgb(49,110,207); }
td.TdClassName
{
border-color: #316ECF;
}
.TagClassName
{
border-color: #316ECF;
}
</style>