Shades of Royal Blue #3162FF
Tints of Royal Blue #3162FF
RGB
CMYK
RGB Variations
Color information
#3162FF (or 0x3162FF) is known color: Royal Blue. HEX triplet: 31, 62 and FF. RGB value is (49,98,255). Sum of RGB (Red+Green+Blue) = 49+98+255=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #3162FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3162FF is #CE9D00. Grayscale: #646464. Windows color (decimal): -13540609 or 16736817. OLE color: 16736817.
HSL color Cylindrical-coordinate representation of color #3162FF: hue angle of 225.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3162FF is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 98 | 255 | - |
| CMYK | 0.81 | 0.62 | 0 | 0 |
| HSL | 225.73º | 1% | 0.6% | - |
| HSV(B) | 225.73º | 0.81% | 1% | - |
| XYZ | 23.68 | 16.61 | 96.57 | - |
| YUV | 101.25 | 214.77 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 255 | 0.81 | 0.62 | 0 | 0 | 225.73 | 1 | 0.6 |
| Hex | 31 | 62 | FF | 51 | 3E | 0 | 0 | E2 | 64 | 3C |
| Octal | 61 | 142 | 377 | 121 | 76 | 0 | 0 | 342 | 144 | 74 |
| Binary | 110001 | 1100010 | 11111111 | 1010001 | 111110 | 0 | 0 | 11100010 | 1100100 | 111100 |
Color Harmonies of #3162FF
Complementary color
Monochromatic Colors of #3162FF
Black with #3162FF
Text Example
Text Example
White with #3162FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3162FF; }
p { color: rgb(49,98,255); }
H1.HeaderClassName
{
color: #3162FF;
}
.AnyTagClassName
{
color: #3162FF;
}
</style>
background-color css
<style>
a { background-color: #3162FF; }
a { background-color: rgb(49,98,255); }
div.DivClassName
{
background-color: #3162FF;
}
.BgClassName
{
background-color: #3162FF;
}
</style>
border-color css
<style>
span { border-color: #3162FF; }
span { border-color: rgb(49,98,255); }
td.TdClassName
{
border-color: #3162FF;
}
.TagClassName
{
border-color: #3162FF;
}
</style>