Shades of Royal Blue #3063DD
Tints of Royal Blue #3063DD
RGB
CMYK
RGB Variations
Color information
#3063DD (or 0x3063DD) is known color: Royal Blue. HEX triplet: 30, 63 and DD. RGB value is (48,99,221). Sum of RGB (Red+Green+Blue) = 48+99+221=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 99 (39.06% from 255 or 26.90% 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 #3063DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063DD is #CF9C22. Grayscale: #616161. Windows color (decimal): -13605923 or 14508848. OLE color: 14508848.
HSL color Cylindrical-coordinate representation of color #3063DD: hue angle of 222.31º 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 #3063DD is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 99 | 221 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.13 |
| HSL | 222.31º | 0.72% | 0.53% | - |
| HSV(B) | 222.31º | 0.78% | 0.87% | - |
| XYZ | 18.73 | 14.77 | 70.27 | - |
| YUV | 97.66 | 197.6 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 221 | 0.78 | 0.55 | 0 | 0.13 | 222.31 | 0.72 | 0.53 |
| Hex | 30 | 63 | DD | 4E | 37 | 0 | D | DE | 48 | 35 |
| Octal | 60 | 143 | 335 | 116 | 67 | 0 | 15 | 336 | 110 | 65 |
| Binary | 110000 | 1100011 | 11011101 | 1001110 | 110111 | 0 | 1101 | 11011110 | 1001000 | 110101 |
Color Harmonies of #3063DD
Complementary color
Monochromatic Colors of #3063DD
Black with #3063DD
Text Example
Text Example
White with #3063DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3063DD; }
p { color: rgb(48,99,221); }
H1.HeaderClassName
{
color: #3063DD;
}
.AnyTagClassName
{
color: #3063DD;
}
</style>
background-color css
<style>
a { background-color: #3063DD; }
a { background-color: rgb(48,99,221); }
div.DivClassName
{
background-color: #3063DD;
}
.BgClassName
{
background-color: #3063DD;
}
</style>
border-color css
<style>
span { border-color: #3063DD; }
span { border-color: rgb(48,99,221); }
td.TdClassName
{
border-color: #3063DD;
}
.TagClassName
{
border-color: #3063DD;
}
</style>