Shades of Royal Blue #3159E7
Tints of Royal Blue #3159E7
RGB
CMYK
RGB Variations
Color information
#3159E7 (or 0x3159E7) is known color: Royal Blue. HEX triplet: 31, 59 and E7. RGB value is (49,89,231). Sum of RGB (Red+Green+Blue) = 49+89+231=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 231 (90.62% from 255 or 62.60% from 369); Max value from RGB is 231 - color contains mainly: blue. Hex color #3159E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3159E7 is #CEA618. Grayscale: #5C5C5C. Windows color (decimal): -13542937 or 15161649. OLE color: 15161649.
HSL color Cylindrical-coordinate representation of color #3159E7: hue angle of 226.81º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3159E7 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 89 | 231 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.09 |
| HSL | 226.81º | 0.79% | 0.55% | - |
| HSV(B) | 226.81º | 0.79% | 0.91% | - |
| XYZ | 19.26 | 13.57 | 77.2 | - |
| YUV | 93.23 | 205.75 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 231 | 0.79 | 0.61 | 0 | 0.09 | 226.81 | 0.79 | 0.55 |
| Hex | 31 | 59 | E7 | 4F | 3D | 0 | 9 | E3 | 4F | 37 |
| Octal | 61 | 131 | 347 | 117 | 75 | 0 | 11 | 343 | 117 | 67 |
| Binary | 110001 | 1011001 | 11100111 | 1001111 | 111101 | 0 | 1001 | 11100011 | 1001111 | 110111 |
Color Harmonies of #3159E7
Complementary color
Monochromatic Colors of #3159E7
Black with #3159E7
Text Example
Text Example
White with #3159E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3159E7; }
p { color: rgb(49,89,231); }
H1.HeaderClassName
{
color: #3159E7;
}
.AnyTagClassName
{
color: #3159E7;
}
</style>
background-color css
<style>
a { background-color: #3159E7; }
a { background-color: rgb(49,89,231); }
div.DivClassName
{
background-color: #3159E7;
}
.BgClassName
{
background-color: #3159E7;
}
</style>
border-color css
<style>
span { border-color: #3159E7; }
span { border-color: rgb(49,89,231); }
td.TdClassName
{
border-color: #3159E7;
}
.TagClassName
{
border-color: #3159E7;
}
</style>