Shades of Royal Blue #3173F8
Tints of Royal Blue #3173F8
RGB
CMYK
RGB Variations
Color information
#3173F8 (or 0x3173F8) is known color: Royal Blue. HEX triplet: 31, 73 and F8. RGB value is (49,115,248). Sum of RGB (Red+Green+Blue) = 49+115+248=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #3173F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3173F8 is #CE8C07. Grayscale: #6D6D6D. Windows color (decimal): -13536264 or 16282417. OLE color: 16282417.
HSL color Cylindrical-coordinate representation of color #3173F8: hue angle of 220.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3173F8 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 115 | 248 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.03 |
| HSL | 220.1º | 0.93% | 0.58% | - |
| HSV(B) | 220.1º | 0.8% | 0.97% | - |
| XYZ | 24.34 | 19.69 | 91.32 | - |
| YUV | 110.43 | 205.63 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 248 | 0.80 | 0.54 | 0 | 0.03 | 220.1 | 0.93 | 0.58 |
| Hex | 31 | 73 | F8 | 50 | 36 | 0 | 3 | DC | 5D | 3A |
| Octal | 61 | 163 | 370 | 120 | 66 | 0 | 3 | 334 | 135 | 72 |
| Binary | 110001 | 1110011 | 11111000 | 1010000 | 110110 | 0 | 11 | 11011100 | 1011101 | 111010 |
Color Harmonies of #3173F8
Complementary color
Monochromatic Colors of #3173F8
Black with #3173F8
Text Example
Text Example
White with #3173F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173F8; }
p { color: rgb(49,115,248); }
H1.HeaderClassName
{
color: #3173F8;
}
.AnyTagClassName
{
color: #3173F8;
}
</style>
background-color css
<style>
a { background-color: #3173F8; }
a { background-color: rgb(49,115,248); }
div.DivClassName
{
background-color: #3173F8;
}
.BgClassName
{
background-color: #3173F8;
}
</style>
border-color css
<style>
span { border-color: #3173F8; }
span { border-color: rgb(49,115,248); }
td.TdClassName
{
border-color: #3173F8;
}
.TagClassName
{
border-color: #3173F8;
}
</style>