Shades of Royal Blue #3162DE
Tints of Royal Blue #3162DE
RGB
CMYK
RGB Variations
Color information
#3162DE (or 0x3162DE) is known color: Royal Blue. HEX triplet: 31, 62 and DE. RGB value is (49,98,222). Sum of RGB (Red+Green+Blue) = 49+98+222=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #3162DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162DE is #CE9D21. Grayscale: #606060. Windows color (decimal): -13540642 or 14574129. OLE color: 14574129.
HSL color Cylindrical-coordinate representation of color #3162DE: hue angle of 223.01º 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 #3162DE is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 98 | 222 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.13 |
| HSL | 223.01º | 0.72% | 0.53% | - |
| HSV(B) | 223.01º | 0.78% | 0.87% | - |
| XYZ | 18.82 | 14.66 | 70.95 | - |
| YUV | 97.49 | 198.27 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 222 | 0.78 | 0.56 | 0 | 0.13 | 223.01 | 0.72 | 0.53 |
| Hex | 31 | 62 | DE | 4E | 38 | 0 | D | DF | 48 | 35 |
| Octal | 61 | 142 | 336 | 116 | 70 | 0 | 15 | 337 | 110 | 65 |
| Binary | 110001 | 1100010 | 11011110 | 1001110 | 111000 | 0 | 1101 | 11011111 | 1001000 | 110101 |
Color Harmonies of #3162DE
Complementary color
Monochromatic Colors of #3162DE
Black with #3162DE
Text Example
Text Example
White with #3162DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3162DE; }
p { color: rgb(49,98,222); }
H1.HeaderClassName
{
color: #3162DE;
}
.AnyTagClassName
{
color: #3162DE;
}
</style>
background-color css
<style>
a { background-color: #3162DE; }
a { background-color: rgb(49,98,222); }
div.DivClassName
{
background-color: #3162DE;
}
.BgClassName
{
background-color: #3162DE;
}
</style>
border-color css
<style>
span { border-color: #3162DE; }
span { border-color: rgb(49,98,222); }
td.TdClassName
{
border-color: #3162DE;
}
.TagClassName
{
border-color: #3162DE;
}
</style>