Shades of Royal Blue #3170FA
Tints of Royal Blue #3170FA
RGB
CMYK
RGB Variations
Color information
#3170FA (or 0x3170FA) is known color: Royal Blue. HEX triplet: 31, 70 and FA. RGB value is (49,112,250). Sum of RGB (Red+Green+Blue) = 49+112+250=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #3170FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3170FA is #CE8F05. Grayscale: #6C6C6C. Windows color (decimal): -13537030 or 16412721. OLE color: 16412721.
HSL color Cylindrical-coordinate representation of color #3170FA: hue angle of 221.19º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3170FA is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 112 | 250 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.02 |
| HSL | 221.19º | 0.95% | 0.59% | - |
| HSV(B) | 221.19º | 0.8% | 0.98% | - |
| XYZ | 24.32 | 19.14 | 92.86 | - |
| YUV | 108.9 | 207.63 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 250 | 0.80 | 0.55 | 0 | 0.02 | 221.19 | 0.95 | 0.59 |
| Hex | 31 | 70 | FA | 50 | 37 | 0 | 2 | DD | 5F | 3B |
| Octal | 61 | 160 | 372 | 120 | 67 | 0 | 2 | 335 | 137 | 73 |
| Binary | 110001 | 1110000 | 11111010 | 1010000 | 110111 | 0 | 10 | 11011101 | 1011111 | 111011 |
Color Harmonies of #3170FA
Complementary color
Monochromatic Colors of #3170FA
Black with #3170FA
Text Example
Text Example
White with #3170FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3170FA; }
p { color: rgb(49,112,250); }
H1.HeaderClassName
{
color: #3170FA;
}
.AnyTagClassName
{
color: #3170FA;
}
</style>
background-color css
<style>
a { background-color: #3170FA; }
a { background-color: rgb(49,112,250); }
div.DivClassName
{
background-color: #3170FA;
}
.BgClassName
{
background-color: #3170FA;
}
</style>
border-color css
<style>
span { border-color: #3170FA; }
span { border-color: rgb(49,112,250); }
td.TdClassName
{
border-color: #3170FA;
}
.TagClassName
{
border-color: #3170FA;
}
</style>