Shades of Royal Blue #317ADC
Tints of Royal Blue #317ADC
RGB
CMYK
RGB Variations
Color information
#317ADC (or 0x317ADC) is known color: Royal Blue. HEX triplet: 31, 7A and DC. RGB value is (49,122,220). Sum of RGB (Red+Green+Blue) = 49+122+220=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #317ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ADC is #CE8523. Grayscale: #6E6E6E. Windows color (decimal): -13534500 or 14449201. OLE color: 14449201.
HSL color Cylindrical-coordinate representation of color #317ADC: hue angle of 214.39º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317ADC is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 122 | 220 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.14 |
| HSL | 214.39º | 0.71% | 0.53% | - |
| HSV(B) | 214.39º | 0.78% | 0.86% | - |
| XYZ | 21.14 | 19.74 | 70.41 | - |
| YUV | 111.35 | 189.32 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 220 | 0.78 | 0.45 | 0 | 0.14 | 214.39 | 0.71 | 0.53 |
| Hex | 31 | 7A | DC | 4E | 2D | 0 | E | D6 | 47 | 35 |
| Octal | 61 | 172 | 334 | 116 | 55 | 0 | 16 | 326 | 107 | 65 |
| Binary | 110001 | 1111010 | 11011100 | 1001110 | 101101 | 0 | 1110 | 11010110 | 1000111 | 110101 |
Color Harmonies of #317ADC
Complementary color
Monochromatic Colors of #317ADC
Black with #317ADC
Text Example
Text Example
White with #317ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317ADC; }
p { color: rgb(49,122,220); }
H1.HeaderClassName
{
color: #317ADC;
}
.AnyTagClassName
{
color: #317ADC;
}
</style>
background-color css
<style>
a { background-color: #317ADC; }
a { background-color: rgb(49,122,220); }
div.DivClassName
{
background-color: #317ADC;
}
.BgClassName
{
background-color: #317ADC;
}
</style>
border-color css
<style>
span { border-color: #317ADC; }
span { border-color: rgb(49,122,220); }
td.TdClassName
{
border-color: #317ADC;
}
.TagClassName
{
border-color: #317ADC;
}
</style>