Shades of Royal Blue #3162DD
Tints of Royal Blue #3162DD
RGB
CMYK
RGB Variations
Color information
#3162DD (or 0x3162DD) is known color: Royal Blue. HEX triplet: 31, 62 and DD. RGB value is (49,98,221). Sum of RGB (Red+Green+Blue) = 49+98+221=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #3162DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162DD is #CE9D22. Grayscale: #606060. Windows color (decimal): -13540643 or 14508593. OLE color: 14508593.
HSL color Cylindrical-coordinate representation of color #3162DD: hue angle of 222.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3162DD is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 98 | 221 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.13 |
| HSL | 222.91º | 0.72% | 0.53% | - |
| HSV(B) | 222.91º | 0.78% | 0.87% | - |
| XYZ | 18.69 | 14.61 | 70.24 | - |
| YUV | 97.37 | 197.77 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 221 | 0.78 | 0.56 | 0 | 0.13 | 222.91 | 0.72 | 0.53 |
| Hex | 31 | 62 | DD | 4E | 38 | 0 | D | DF | 48 | 35 |
| Octal | 61 | 142 | 335 | 116 | 70 | 0 | 15 | 337 | 110 | 65 |
| Binary | 110001 | 1100010 | 11011101 | 1001110 | 111000 | 0 | 1101 | 11011111 | 1001000 | 110101 |
Color Harmonies of #3162DD
Complementary color
Monochromatic Colors of #3162DD
Black with #3162DD
Text Example
Text Example
White with #3162DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3162DD; }
p { color: rgb(49,98,221); }
H1.HeaderClassName
{
color: #3162DD;
}
.AnyTagClassName
{
color: #3162DD;
}
</style>
background-color css
<style>
a { background-color: #3162DD; }
a { background-color: rgb(49,98,221); }
div.DivClassName
{
background-color: #3162DD;
}
.BgClassName
{
background-color: #3162DD;
}
</style>
border-color css
<style>
span { border-color: #3162DD; }
span { border-color: rgb(49,98,221); }
td.TdClassName
{
border-color: #3162DD;
}
.TagClassName
{
border-color: #3162DD;
}
</style>