Shades of Royal Blue #316ACD
Tints of Royal Blue #316ACD
RGB
CMYK
RGB Variations
Color information
#316ACD (or 0x316ACD) is known color: Royal Blue. HEX triplet: 31, 6A and CD. RGB value is (49,106,205). Sum of RGB (Red+Green+Blue) = 49+106+205=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #316ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ACD is #CE9532. Grayscale: #636363. Windows color (decimal): -13538611 or 13462065. OLE color: 13462065.
HSL color Cylindrical-coordinate representation of color #316ACD: hue angle of 218.08º 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 #316ACD is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 106 | 205 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.20 |
| HSL | 218.08º | 0.61% | 0.5% | - |
| HSV(B) | 218.08º | 0.76% | 0.8% | - |
| XYZ | 17.44 | 15.37 | 59.8 | - |
| YUV | 100.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 205 | 0.76 | 0.48 | 0 | 0.20 | 218.08 | 0.61 | 0.5 |
| Hex | 31 | 6A | CD | 4C | 30 | 0 | 14 | DA | 3D | 32 |
| Octal | 61 | 152 | 315 | 114 | 60 | 0 | 24 | 332 | 75 | 62 |
| Binary | 110001 | 1101010 | 11001101 | 1001100 | 110000 | 0 | 10100 | 11011010 | 111101 | 110010 |
Color Harmonies of #316ACD
Complementary color
Monochromatic Colors of #316ACD
Black with #316ACD
Text Example
Text Example
White with #316ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316ACD; }
p { color: rgb(49,106,205); }
H1.HeaderClassName
{
color: #316ACD;
}
.AnyTagClassName
{
color: #316ACD;
}
</style>
background-color css
<style>
a { background-color: #316ACD; }
a { background-color: rgb(49,106,205); }
div.DivClassName
{
background-color: #316ACD;
}
.BgClassName
{
background-color: #316ACD;
}
</style>
border-color css
<style>
span { border-color: #316ACD; }
span { border-color: rgb(49,106,205); }
td.TdClassName
{
border-color: #316ACD;
}
.TagClassName
{
border-color: #316ACD;
}
</style>