Shades of Royal Blue #3170EE
Tints of Royal Blue #3170EE
RGB
CMYK
RGB Variations
Color information
#3170EE (or 0x3170EE) is known color: Royal Blue. HEX triplet: 31, 70 and EE. RGB value is (49,112,238). Sum of RGB (Red+Green+Blue) = 49+112+238=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #3170EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3170EE is #CE8F11. Grayscale: #6A6A6A. Windows color (decimal): -13537042 or 15626289. OLE color: 15626289.
HSL color Cylindrical-coordinate representation of color #3170EE: hue angle of 220º degrees, saturation: 0.85, 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 #3170EE is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 112 | 238 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.07 |
| HSL | 220º | 0.85% | 0.56% | - |
| HSV(B) | 220º | 0.79% | 0.93% | - |
| XYZ | 22.49 | 18.41 | 83.26 | - |
| YUV | 107.53 | 201.63 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 238 | 0.79 | 0.53 | 0 | 0.07 | 220 | 0.85 | 0.56 |
| Hex | 31 | 70 | EE | 4F | 35 | 0 | 7 | DC | 55 | 38 |
| Octal | 61 | 160 | 356 | 117 | 65 | 0 | 7 | 334 | 125 | 70 |
| Binary | 110001 | 1110000 | 11101110 | 1001111 | 110101 | 0 | 111 | 11011100 | 1010101 | 111000 |
Color Harmonies of #3170EE
Complementary color
Monochromatic Colors of #3170EE
Black with #3170EE
Text Example
Text Example
White with #3170EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3170EE; }
p { color: rgb(49,112,238); }
H1.HeaderClassName
{
color: #3170EE;
}
.AnyTagClassName
{
color: #3170EE;
}
</style>
background-color css
<style>
a { background-color: #3170EE; }
a { background-color: rgb(49,112,238); }
div.DivClassName
{
background-color: #3170EE;
}
.BgClassName
{
background-color: #3170EE;
}
</style>
border-color css
<style>
span { border-color: #3170EE; }
span { border-color: rgb(49,112,238); }
td.TdClassName
{
border-color: #3170EE;
}
.TagClassName
{
border-color: #3170EE;
}
</style>