Shades of Royal Blue #3171FE
Tints of Royal Blue #3171FE
RGB
CMYK
RGB Variations
Color information
#3171FE (or 0x3171FE) is known color: Royal Blue. HEX triplet: 31, 71 and FE. RGB value is (49,113,254). Sum of RGB (Red+Green+Blue) = 49+113+254=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #3171FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3171FE is #CE8E01. Grayscale: #6D6D6D. Windows color (decimal): -13536770 or 16675121. OLE color: 16675121.
HSL color Cylindrical-coordinate representation of color #3171FE: hue angle of 221.27º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3171FE is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 113 | 254 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.00 |
| HSL | 221.27º | 0.99% | 0.59% | - |
| HSV(B) | 221.27º | 0.81% | 1% | - |
| XYZ | 25.06 | 19.62 | 96.23 | - |
| YUV | 109.94 | 209.3 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 254 | 0.81 | 0.56 | 0 | 0.00 | 221.27 | 0.99 | 0.59 |
| Hex | 31 | 71 | FE | 51 | 38 | 0 | 0 | DD | 63 | 3B |
| Octal | 61 | 161 | 376 | 121 | 70 | 0 | 0 | 335 | 143 | 73 |
| Binary | 110001 | 1110001 | 11111110 | 1010001 | 111000 | 0 | 0 | 11011101 | 1100011 | 111011 |
Color Harmonies of #3171FE
Complementary color
Monochromatic Colors of #3171FE
Black with #3171FE
Text Example
Text Example
White with #3171FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3171FE; }
p { color: rgb(49,113,254); }
H1.HeaderClassName
{
color: #3171FE;
}
.AnyTagClassName
{
color: #3171FE;
}
</style>
background-color css
<style>
a { background-color: #3171FE; }
a { background-color: rgb(49,113,254); }
div.DivClassName
{
background-color: #3171FE;
}
.BgClassName
{
background-color: #3171FE;
}
</style>
border-color css
<style>
span { border-color: #3171FE; }
span { border-color: rgb(49,113,254); }
td.TdClassName
{
border-color: #3171FE;
}
.TagClassName
{
border-color: #3171FE;
}
</style>