Shades of Royal Blue #3156ED
Tints of Royal Blue #3156ED
RGB
CMYK
RGB Variations
Color information
#3156ED (or 0x3156ED) is known color: Royal Blue. HEX triplet: 31, 56 and ED. RGB value is (49,86,237). Sum of RGB (Red+Green+Blue) = 49+86+237=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #3156ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3156ED is #CEA912. Grayscale: #5B5B5B. Windows color (decimal): -13543699 or 15554097. OLE color: 15554097.
HSL color Cylindrical-coordinate representation of color #3156ED: hue angle of 228.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3156ED is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 86 | 237 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.07 |
| HSL | 228.19º | 0.84% | 0.56% | - |
| HSV(B) | 228.19º | 0.79% | 0.93% | - |
| XYZ | 19.88 | 13.42 | 81.66 | - |
| YUV | 92.15 | 209.74 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 237 | 0.79 | 0.64 | 0 | 0.07 | 228.19 | 0.84 | 0.56 |
| Hex | 31 | 56 | ED | 4F | 40 | 0 | 7 | E4 | 54 | 38 |
| Octal | 61 | 126 | 355 | 117 | 100 | 0 | 7 | 344 | 124 | 70 |
| Binary | 110001 | 1010110 | 11101101 | 1001111 | 1000000 | 0 | 111 | 11100100 | 1010100 | 111000 |
Color Harmonies of #3156ED
Complementary color
Monochromatic Colors of #3156ED
Black with #3156ED
Text Example
Text Example
White with #3156ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3156ED; }
p { color: rgb(49,86,237); }
H1.HeaderClassName
{
color: #3156ED;
}
.AnyTagClassName
{
color: #3156ED;
}
</style>
background-color css
<style>
a { background-color: #3156ED; }
a { background-color: rgb(49,86,237); }
div.DivClassName
{
background-color: #3156ED;
}
.BgClassName
{
background-color: #3156ED;
}
</style>
border-color css
<style>
span { border-color: #3156ED; }
span { border-color: rgb(49,86,237); }
td.TdClassName
{
border-color: #3156ED;
}
.TagClassName
{
border-color: #3156ED;
}
</style>