Shades of Royal Blue #315CDD
Tints of Royal Blue #315CDD
RGB
CMYK
RGB Variations
Color information
#315CDD (or 0x315CDD) is known color: Royal Blue. HEX triplet: 31, 5C and DD. RGB value is (49,92,221). Sum of RGB (Red+Green+Blue) = 49+92+221=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #315CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CDD is #CEA322. Grayscale: #5D5D5D. Windows color (decimal): -13542179 or 14507057. OLE color: 14507057.
HSL color Cylindrical-coordinate representation of color #315CDD: hue angle of 225º 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 #315CDD is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 92 | 221 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.13 |
| HSL | 225º | 0.72% | 0.53% | - |
| HSV(B) | 225º | 0.78% | 0.87% | - |
| XYZ | 18.14 | 13.53 | 70.06 | - |
| YUV | 93.85 | 199.75 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 221 | 0.78 | 0.58 | 0 | 0.13 | 225 | 0.72 | 0.53 |
| Hex | 31 | 5C | DD | 4E | 3A | 0 | D | E1 | 48 | 35 |
| Octal | 61 | 134 | 335 | 116 | 72 | 0 | 15 | 341 | 110 | 65 |
| Binary | 110001 | 1011100 | 11011101 | 1001110 | 111010 | 0 | 1101 | 11100001 | 1001000 | 110101 |
Color Harmonies of #315CDD
Complementary color
Monochromatic Colors of #315CDD
Black with #315CDD
Text Example
Text Example
White with #315CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CDD; }
p { color: rgb(49,92,221); }
H1.HeaderClassName
{
color: #315CDD;
}
.AnyTagClassName
{
color: #315CDD;
}
</style>
background-color css
<style>
a { background-color: #315CDD; }
a { background-color: rgb(49,92,221); }
div.DivClassName
{
background-color: #315CDD;
}
.BgClassName
{
background-color: #315CDD;
}
</style>
border-color css
<style>
span { border-color: #315CDD; }
span { border-color: rgb(49,92,221); }
td.TdClassName
{
border-color: #315CDD;
}
.TagClassName
{
border-color: #315CDD;
}
</style>