Shades of Royal Blue #3173FE
Tints of Royal Blue #3173FE
RGB
CMYK
RGB Variations
Color information
#3173FE (or 0x3173FE) is known color: Royal Blue. HEX triplet: 31, 73 and FE. RGB value is (49,115,254). Sum of RGB (Red+Green+Blue) = 49+115+254=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #3173FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3173FE is #CE8C01. Grayscale: #6E6E6E. Windows color (decimal): -13536258 or 16675633. OLE color: 16675633.
HSL color Cylindrical-coordinate representation of color #3173FE: hue angle of 220.68º 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 #3173FE is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 115 | 254 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.00 |
| HSL | 220.68º | 0.99% | 0.59% | - |
| HSV(B) | 220.68º | 0.81% | 1% | - |
| XYZ | 25.29 | 20.07 | 96.31 | - |
| YUV | 111.11 | 208.63 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 254 | 0.81 | 0.55 | 0 | 0.00 | 220.68 | 0.99 | 0.59 |
| Hex | 31 | 73 | FE | 51 | 37 | 0 | 0 | DD | 63 | 3B |
| Octal | 61 | 163 | 376 | 121 | 67 | 0 | 0 | 335 | 143 | 73 |
| Binary | 110001 | 1110011 | 11111110 | 1010001 | 110111 | 0 | 0 | 11011101 | 1100011 | 111011 |
Color Harmonies of #3173FE
Complementary color
Monochromatic Colors of #3173FE
Black with #3173FE
Text Example
Text Example
White with #3173FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173FE; }
p { color: rgb(49,115,254); }
H1.HeaderClassName
{
color: #3173FE;
}
.AnyTagClassName
{
color: #3173FE;
}
</style>
background-color css
<style>
a { background-color: #3173FE; }
a { background-color: rgb(49,115,254); }
div.DivClassName
{
background-color: #3173FE;
}
.BgClassName
{
background-color: #3173FE;
}
</style>
border-color css
<style>
span { border-color: #3173FE; }
span { border-color: rgb(49,115,254); }
td.TdClassName
{
border-color: #3173FE;
}
.TagClassName
{
border-color: #3173FE;
}
</style>