Shades of Royal Blue #317BDE
Tints of Royal Blue #317BDE
RGB
CMYK
RGB Variations
Color information
#317BDE (or 0x317BDE) is known color: Royal Blue. HEX triplet: 31, 7B and DE. RGB value is (49,123,222). Sum of RGB (Red+Green+Blue) = 49+123+222=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #317BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BDE is #CE8421. Grayscale: #6F6F6F. Windows color (decimal): -13534242 or 14580529. OLE color: 14580529.
HSL color Cylindrical-coordinate representation of color #317BDE: hue angle of 214.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317BDE is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 123 | 222 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.13 |
| HSL | 214.34º | 0.72% | 0.53% | - |
| HSV(B) | 214.34º | 0.78% | 0.87% | - |
| XYZ | 21.53 | 20.09 | 71.85 | - |
| YUV | 112.16 | 189.98 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 123 | 222 | 0.78 | 0.45 | 0 | 0.13 | 214.34 | 0.72 | 0.53 |
| Hex | 31 | 7B | DE | 4E | 2D | 0 | D | D6 | 48 | 35 |
| Octal | 61 | 173 | 336 | 116 | 55 | 0 | 15 | 326 | 110 | 65 |
| Binary | 110001 | 1111011 | 11011110 | 1001110 | 101101 | 0 | 1101 | 11010110 | 1001000 | 110101 |
Color Harmonies of #317BDE
Complementary color
Monochromatic Colors of #317BDE
Black with #317BDE
Text Example
Text Example
White with #317BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317BDE; }
p { color: rgb(49,123,222); }
H1.HeaderClassName
{
color: #317BDE;
}
.AnyTagClassName
{
color: #317BDE;
}
</style>
background-color css
<style>
a { background-color: #317BDE; }
a { background-color: rgb(49,123,222); }
div.DivClassName
{
background-color: #317BDE;
}
.BgClassName
{
background-color: #317BDE;
}
</style>
border-color css
<style>
span { border-color: #317BDE; }
span { border-color: rgb(49,123,222); }
td.TdClassName
{
border-color: #317BDE;
}
.TagClassName
{
border-color: #317BDE;
}
</style>