Shades of Royal Blue #3162F8
Tints of Royal Blue #3162F8
RGB
CMYK
RGB Variations
Color information
#3162F8 (or 0x3162F8) is known color: Royal Blue. HEX triplet: 31, 62 and F8. RGB value is (49,98,248). Sum of RGB (Red+Green+Blue) = 49+98+248=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 248 (97.27% from 255 or 62.78% from 395); Max value from RGB is 248 - color contains mainly: blue. Hex color #3162F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3162F8 is #CE9D07. Grayscale: #636363. Windows color (decimal): -13540616 or 16278065. OLE color: 16278065.
HSL color Cylindrical-coordinate representation of color #3162F8: hue angle of 225.23º 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 #3162F8 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 98 | 248 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.03 |
| HSL | 225.23º | 0.93% | 0.58% | - |
| HSV(B) | 225.23º | 0.8% | 0.97% | - |
| XYZ | 22.58 | 16.17 | 90.74 | - |
| YUV | 100.45 | 211.27 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 248 | 0.80 | 0.60 | 0 | 0.03 | 225.23 | 0.93 | 0.58 |
| Hex | 31 | 62 | F8 | 50 | 3C | 0 | 3 | E1 | 5D | 3A |
| Octal | 61 | 142 | 370 | 120 | 74 | 0 | 3 | 341 | 135 | 72 |
| Binary | 110001 | 1100010 | 11111000 | 1010000 | 111100 | 0 | 11 | 11100001 | 1011101 | 111010 |
Color Harmonies of #3162F8
Complementary color
Monochromatic Colors of #3162F8
Black with #3162F8
Text Example
Text Example
White with #3162F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3162F8; }
p { color: rgb(49,98,248); }
H1.HeaderClassName
{
color: #3162F8;
}
.AnyTagClassName
{
color: #3162F8;
}
</style>
background-color css
<style>
a { background-color: #3162F8; }
a { background-color: rgb(49,98,248); }
div.DivClassName
{
background-color: #3162F8;
}
.BgClassName
{
background-color: #3162F8;
}
</style>
border-color css
<style>
span { border-color: #3162F8; }
span { border-color: rgb(49,98,248); }
td.TdClassName
{
border-color: #3162F8;
}
.TagClassName
{
border-color: #3162F8;
}
</style>