Shades of Royal Blue #3162EC
Tints of Royal Blue #3162EC
RGB
CMYK
RGB Variations
Color information
#3162EC (or 0x3162EC) is known color: Royal Blue. HEX triplet: 31, 62 and EC. RGB value is (49,98,236). Sum of RGB (Red+Green+Blue) = 49+98+236=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #3162EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3162EC is #CE9D13. Grayscale: #626262. Windows color (decimal): -13540628 or 15491633. OLE color: 15491633.
HSL color Cylindrical-coordinate representation of color #3162EC: hue angle of 224.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3162EC is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 98 | 236 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.07 |
| HSL | 224.28º | 0.83% | 0.56% | - |
| HSV(B) | 224.28º | 0.79% | 0.93% | - |
| XYZ | 20.77 | 15.44 | 81.24 | - |
| YUV | 99.08 | 205.27 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 236 | 0.79 | 0.58 | 0 | 0.07 | 224.28 | 0.83 | 0.56 |
| Hex | 31 | 62 | EC | 4F | 3A | 0 | 7 | E0 | 53 | 38 |
| Octal | 61 | 142 | 354 | 117 | 72 | 0 | 7 | 340 | 123 | 70 |
| Binary | 110001 | 1100010 | 11101100 | 1001111 | 111010 | 0 | 111 | 11100000 | 1010011 | 111000 |
Color Harmonies of #3162EC
Complementary color
Monochromatic Colors of #3162EC
Black with #3162EC
Text Example
Text Example
White with #3162EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3162EC; }
p { color: rgb(49,98,236); }
H1.HeaderClassName
{
color: #3162EC;
}
.AnyTagClassName
{
color: #3162EC;
}
</style>
background-color css
<style>
a { background-color: #3162EC; }
a { background-color: rgb(49,98,236); }
div.DivClassName
{
background-color: #3162EC;
}
.BgClassName
{
background-color: #3162EC;
}
</style>
border-color css
<style>
span { border-color: #3162EC; }
span { border-color: rgb(49,98,236); }
td.TdClassName
{
border-color: #3162EC;
}
.TagClassName
{
border-color: #3162EC;
}
</style>