Shades of Royal Blue #315BDE
Tints of Royal Blue #315BDE
RGB
CMYK
RGB Variations
Color information
#315BDE (or 0x315BDE) is known color: Royal Blue. HEX triplet: 31, 5B and DE. RGB value is (49,91,222). Sum of RGB (Red+Green+Blue) = 49+91+222=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #315BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BDE is #CEA421. Grayscale: #5C5C5C. Windows color (decimal): -13542434 or 14572337. OLE color: 14572337.
HSL color Cylindrical-coordinate representation of color #315BDE: hue angle of 225.43º 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 #315BDE is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 91 | 222 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.13 |
| HSL | 225.43º | 0.72% | 0.53% | - |
| HSV(B) | 225.43º | 0.78% | 0.87% | - |
| XYZ | 18.19 | 13.41 | 70.74 | - |
| YUV | 93.38 | 200.59 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 222 | 0.78 | 0.59 | 0 | 0.13 | 225.43 | 0.72 | 0.53 |
| Hex | 31 | 5B | DE | 4E | 3B | 0 | D | E1 | 48 | 35 |
| Octal | 61 | 133 | 336 | 116 | 73 | 0 | 15 | 341 | 110 | 65 |
| Binary | 110001 | 1011011 | 11011110 | 1001110 | 111011 | 0 | 1101 | 11100001 | 1001000 | 110101 |
Color Harmonies of #315BDE
Complementary color
Monochromatic Colors of #315BDE
Black with #315BDE
Text Example
Text Example
White with #315BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BDE; }
p { color: rgb(49,91,222); }
H1.HeaderClassName
{
color: #315BDE;
}
.AnyTagClassName
{
color: #315BDE;
}
</style>
background-color css
<style>
a { background-color: #315BDE; }
a { background-color: rgb(49,91,222); }
div.DivClassName
{
background-color: #315BDE;
}
.BgClassName
{
background-color: #315BDE;
}
</style>
border-color css
<style>
span { border-color: #315BDE; }
span { border-color: rgb(49,91,222); }
td.TdClassName
{
border-color: #315BDE;
}
.TagClassName
{
border-color: #315BDE;
}
</style>