Shades of Royal Blue #3162FC
Tints of Royal Blue #3162FC
RGB
CMYK
RGB Variations
Color information
#3162FC (or 0x3162FC) is known color: Royal Blue. HEX triplet: 31, 62 and FC. RGB value is (49,98,252). Sum of RGB (Red+Green+Blue) = 49+98+252=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #3162FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3162FC is #CE9D03. Grayscale: #646464. Windows color (decimal): -13540612 or 16540209. OLE color: 16540209.
HSL color Cylindrical-coordinate representation of color #3162FC: hue angle of 225.52º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3162FC is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 98 | 252 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.01 |
| HSL | 225.52º | 0.97% | 0.59% | - |
| HSV(B) | 225.52º | 0.81% | 0.99% | - |
| XYZ | 23.2 | 16.42 | 94.04 | - |
| YUV | 100.91 | 213.27 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 252 | 0.81 | 0.61 | 0 | 0.01 | 225.52 | 0.97 | 0.59 |
| Hex | 31 | 62 | FC | 51 | 3D | 0 | 1 | E2 | 61 | 3B |
| Octal | 61 | 142 | 374 | 121 | 75 | 0 | 1 | 342 | 141 | 73 |
| Binary | 110001 | 1100010 | 11111100 | 1010001 | 111101 | 0 | 1 | 11100010 | 1100001 | 111011 |
Color Harmonies of #3162FC
Complementary color
Monochromatic Colors of #3162FC
Black with #3162FC
Text Example
Text Example
White with #3162FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3162FC; }
p { color: rgb(49,98,252); }
H1.HeaderClassName
{
color: #3162FC;
}
.AnyTagClassName
{
color: #3162FC;
}
</style>
background-color css
<style>
a { background-color: #3162FC; }
a { background-color: rgb(49,98,252); }
div.DivClassName
{
background-color: #3162FC;
}
.BgClassName
{
background-color: #3162FC;
}
</style>
border-color css
<style>
span { border-color: #3162FC; }
span { border-color: rgb(49,98,252); }
td.TdClassName
{
border-color: #3162FC;
}
.TagClassName
{
border-color: #3162FC;
}
</style>