Shades of Royal Blue #3162FD
Tints of Royal Blue #3162FD
RGB
CMYK
RGB Variations
Color information
#3162FD (or 0x3162FD) is known color: Royal Blue. HEX triplet: 31, 62 and FD. RGB value is (49,98,253). Sum of RGB (Red+Green+Blue) = 49+98+253=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #3162FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3162FD is #CE9D02. Grayscale: #646464. Windows color (decimal): -13540611 or 16605745. OLE color: 16605745.
HSL color Cylindrical-coordinate representation of color #3162FD: hue angle of 225.59º degrees, saturation: 0.98, 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 #3162FD is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 98 | 253 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.01 |
| HSL | 225.59º | 0.98% | 0.59% | - |
| HSV(B) | 225.59º | 0.81% | 0.99% | - |
| XYZ | 23.36 | 16.48 | 94.88 | - |
| YUV | 101.02 | 213.77 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 253 | 0.81 | 0.61 | 0 | 0.01 | 225.59 | 0.98 | 0.59 |
| Hex | 31 | 62 | FD | 51 | 3D | 0 | 1 | E2 | 62 | 3B |
| Octal | 61 | 142 | 375 | 121 | 75 | 0 | 1 | 342 | 142 | 73 |
| Binary | 110001 | 1100010 | 11111101 | 1010001 | 111101 | 0 | 1 | 11100010 | 1100010 | 111011 |
Color Harmonies of #3162FD
Complementary color
Monochromatic Colors of #3162FD
Black with #3162FD
Text Example
Text Example
White with #3162FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3162FD; }
p { color: rgb(49,98,253); }
H1.HeaderClassName
{
color: #3162FD;
}
.AnyTagClassName
{
color: #3162FD;
}
</style>
background-color css
<style>
a { background-color: #3162FD; }
a { background-color: rgb(49,98,253); }
div.DivClassName
{
background-color: #3162FD;
}
.BgClassName
{
background-color: #3162FD;
}
</style>
border-color css
<style>
span { border-color: #3162FD; }
span { border-color: rgb(49,98,253); }
td.TdClassName
{
border-color: #3162FD;
}
.TagClassName
{
border-color: #3162FD;
}
</style>