Shades of Royal Blue #3170E5
Tints of Royal Blue #3170E5
RGB
CMYK
RGB Variations
Color information
#3170E5 (or 0x3170E5) is known color: Royal Blue. HEX triplet: 31, 70 and E5. RGB value is (49,112,229). Sum of RGB (Red+Green+Blue) = 49+112+229=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #3170E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170E5 is #CE8F1A. Grayscale: #696969. Windows color (decimal): -13537051 or 15036465. OLE color: 15036465.
HSL color Cylindrical-coordinate representation of color #3170E5: hue angle of 219º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3170E5 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 112 | 229 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.10 |
| HSL | 219º | 0.78% | 0.55% | - |
| HSV(B) | 219º | 0.79% | 0.9% | - |
| XYZ | 21.2 | 17.9 | 76.47 | - |
| YUV | 106.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 229 | 0.79 | 0.51 | 0 | 0.10 | 219 | 0.78 | 0.55 |
| Hex | 31 | 70 | E5 | 4F | 33 | 0 | A | DB | 4E | 37 |
| Octal | 61 | 160 | 345 | 117 | 63 | 0 | 12 | 333 | 116 | 67 |
| Binary | 110001 | 1110000 | 11100101 | 1001111 | 110011 | 0 | 1010 | 11011011 | 1001110 | 110111 |
Color Harmonies of #3170E5
Complementary color
Monochromatic Colors of #3170E5
Black with #3170E5
Text Example
Text Example
White with #3170E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3170E5; }
p { color: rgb(49,112,229); }
H1.HeaderClassName
{
color: #3170E5;
}
.AnyTagClassName
{
color: #3170E5;
}
</style>
background-color css
<style>
a { background-color: #3170E5; }
a { background-color: rgb(49,112,229); }
div.DivClassName
{
background-color: #3170E5;
}
.BgClassName
{
background-color: #3170E5;
}
</style>
border-color css
<style>
span { border-color: #3170E5; }
span { border-color: rgb(49,112,229); }
td.TdClassName
{
border-color: #3170E5;
}
.TagClassName
{
border-color: #3170E5;
}
</style>