Shades of Royal Blue #3155DB
Tints of Royal Blue #3155DB
RGB
CMYK
RGB Variations
Color information
#3155DB (or 0x3155DB) is known color: Royal Blue. HEX triplet: 31, 55 and DB. RGB value is (49,85,219). Sum of RGB (Red+Green+Blue) = 49+85+219=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #3155DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155DB is #CEAA24. Grayscale: #585858. Windows color (decimal): -13543973 or 14374193. OLE color: 14374193.
HSL color Cylindrical-coordinate representation of color #3155DB: hue angle of 227.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3155DB is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 85 | 219 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.14 |
| HSL | 227.29º | 0.7% | 0.53% | - |
| HSV(B) | 227.29º | 0.78% | 0.86% | - |
| XYZ | 17.3 | 12.26 | 68.47 | - |
| YUV | 89.51 | 201.07 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 219 | 0.78 | 0.61 | 0 | 0.14 | 227.29 | 0.7 | 0.53 |
| Hex | 31 | 55 | DB | 4E | 3D | 0 | E | E3 | 46 | 35 |
| Octal | 61 | 125 | 333 | 116 | 75 | 0 | 16 | 343 | 106 | 65 |
| Binary | 110001 | 1010101 | 11011011 | 1001110 | 111101 | 0 | 1110 | 11100011 | 1000110 | 110101 |
Color Harmonies of #3155DB
Complementary color
Monochromatic Colors of #3155DB
Black with #3155DB
Text Example
Text Example
White with #3155DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155DB; }
p { color: rgb(49,85,219); }
H1.HeaderClassName
{
color: #3155DB;
}
.AnyTagClassName
{
color: #3155DB;
}
</style>
background-color css
<style>
a { background-color: #3155DB; }
a { background-color: rgb(49,85,219); }
div.DivClassName
{
background-color: #3155DB;
}
.BgClassName
{
background-color: #3155DB;
}
</style>
border-color css
<style>
span { border-color: #3155DB; }
span { border-color: rgb(49,85,219); }
td.TdClassName
{
border-color: #3155DB;
}
.TagClassName
{
border-color: #3155DB;
}
</style>