Shades of Royal Blue #316FCD
Tints of Royal Blue #316FCD
RGB
CMYK
RGB Variations
Color information
#316FCD (or 0x316FCD) is known color: Royal Blue. HEX triplet: 31, 6F and CD. RGB value is (49,111,205). Sum of RGB (Red+Green+Blue) = 49+111+205=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #316FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316FCD is #CE9032. Grayscale: #666666. Windows color (decimal): -13537331 or 13463345. OLE color: 13463345.
HSL color Cylindrical-coordinate representation of color #316FCD: hue angle of 216.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #316FCD is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 111 | 205 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.20 |
| HSL | 216.15º | 0.61% | 0.5% | - |
| HSV(B) | 216.15º | 0.76% | 0.8% | - |
| XYZ | 17.97 | 16.43 | 59.98 | - |
| YUV | 103.18 | 185.46 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 205 | 0.76 | 0.46 | 0 | 0.20 | 216.15 | 0.61 | 0.5 |
| Hex | 31 | 6F | CD | 4C | 2E | 0 | 14 | D8 | 3D | 32 |
| Octal | 61 | 157 | 315 | 114 | 56 | 0 | 24 | 330 | 75 | 62 |
| Binary | 110001 | 1101111 | 11001101 | 1001100 | 101110 | 0 | 10100 | 11011000 | 111101 | 110010 |
Color Harmonies of #316FCD
Complementary color
Monochromatic Colors of #316FCD
Black with #316FCD
Text Example
Text Example
White with #316FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FCD; }
p { color: rgb(49,111,205); }
H1.HeaderClassName
{
color: #316FCD;
}
.AnyTagClassName
{
color: #316FCD;
}
</style>
background-color css
<style>
a { background-color: #316FCD; }
a { background-color: rgb(49,111,205); }
div.DivClassName
{
background-color: #316FCD;
}
.BgClassName
{
background-color: #316FCD;
}
</style>
border-color css
<style>
span { border-color: #316FCD; }
span { border-color: rgb(49,111,205); }
td.TdClassName
{
border-color: #316FCD;
}
.TagClassName
{
border-color: #316FCD;
}
</style>