Shades of Royal Blue #3053DD
Tints of Royal Blue #3053DD
RGB
CMYK
RGB Variations
Color information
#3053DD (or 0x3053DD) is known color: Royal Blue. HEX triplet: 30, 53 and DD. RGB value is (48,83,221). Sum of RGB (Red+Green+Blue) = 48+83+221=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #3053DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3053DD is #CFAC22. Grayscale: #575757. Windows color (decimal): -13610019 or 14504752. OLE color: 14504752.
HSL color Cylindrical-coordinate representation of color #3053DD: hue angle of 227.86º 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 #3053DD is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 83 | 221 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.13 |
| HSL | 227.86º | 0.72% | 0.53% | - |
| HSV(B) | 227.86º | 0.78% | 0.87% | - |
| XYZ | 17.36 | 12.04 | 69.81 | - |
| YUV | 88.27 | 202.9 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 221 | 0.78 | 0.62 | 0 | 0.13 | 227.86 | 0.72 | 0.53 |
| Hex | 30 | 53 | DD | 4E | 3E | 0 | D | E4 | 48 | 35 |
| Octal | 60 | 123 | 335 | 116 | 76 | 0 | 15 | 344 | 110 | 65 |
| Binary | 110000 | 1010011 | 11011101 | 1001110 | 111110 | 0 | 1101 | 11100100 | 1001000 | 110101 |
Color Harmonies of #3053DD
Complementary color
Monochromatic Colors of #3053DD
Black with #3053DD
Text Example
Text Example
White with #3053DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3053DD; }
p { color: rgb(48,83,221); }
H1.HeaderClassName
{
color: #3053DD;
}
.AnyTagClassName
{
color: #3053DD;
}
</style>
background-color css
<style>
a { background-color: #3053DD; }
a { background-color: rgb(48,83,221); }
div.DivClassName
{
background-color: #3053DD;
}
.BgClassName
{
background-color: #3053DD;
}
</style>
border-color css
<style>
span { border-color: #3053DD; }
span { border-color: rgb(48,83,221); }
td.TdClassName
{
border-color: #3053DD;
}
.TagClassName
{
border-color: #3053DD;
}
</style>