Shades of Royal Blue #3159DF
Tints of Royal Blue #3159DF
RGB
CMYK
RGB Variations
Color information
#3159DF (or 0x3159DF) is known color: Royal Blue. HEX triplet: 31, 59 and DF. RGB value is (49,89,223). Sum of RGB (Red+Green+Blue) = 49+89+223=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #3159DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3159DF is #CEA620. Grayscale: #5B5B5B. Windows color (decimal): -13542945 or 14637361. OLE color: 14637361.
HSL color Cylindrical-coordinate representation of color #3159DF: hue angle of 226.21º degrees, saturation: 0.73, 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 #3159DF is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 89 | 223 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.13 |
| HSL | 226.21º | 0.73% | 0.53% | - |
| HSV(B) | 226.21º | 0.78% | 0.87% | - |
| XYZ | 18.16 | 13.13 | 71.39 | - |
| YUV | 92.32 | 201.75 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 223 | 0.78 | 0.60 | 0 | 0.13 | 226.21 | 0.73 | 0.53 |
| Hex | 31 | 59 | DF | 4E | 3C | 0 | D | E2 | 49 | 35 |
| Octal | 61 | 131 | 337 | 116 | 74 | 0 | 15 | 342 | 111 | 65 |
| Binary | 110001 | 1011001 | 11011111 | 1001110 | 111100 | 0 | 1101 | 11100010 | 1001001 | 110101 |
Color Harmonies of #3159DF
Complementary color
Monochromatic Colors of #3159DF
Black with #3159DF
Text Example
Text Example
White with #3159DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3159DF; }
p { color: rgb(49,89,223); }
H1.HeaderClassName
{
color: #3159DF;
}
.AnyTagClassName
{
color: #3159DF;
}
</style>
background-color css
<style>
a { background-color: #3159DF; }
a { background-color: rgb(49,89,223); }
div.DivClassName
{
background-color: #3159DF;
}
.BgClassName
{
background-color: #3159DF;
}
</style>
border-color css
<style>
span { border-color: #3159DF; }
span { border-color: rgb(49,89,223); }
td.TdClassName
{
border-color: #3159DF;
}
.TagClassName
{
border-color: #3159DF;
}
</style>