Shades of Royal Blue #3073DD
Tints of Royal Blue #3073DD
RGB
CMYK
RGB Variations
Color information
#3073DD (or 0x3073DD) is known color: Royal Blue. HEX triplet: 30, 73 and DD. RGB value is (48,115,221). Sum of RGB (Red+Green+Blue) = 48+115+221=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #3073DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3073DD is #CF8C22. Grayscale: #6A6A6A. Windows color (decimal): -13601827 or 14512944. OLE color: 14512944.
HSL color Cylindrical-coordinate representation of color #3073DD: hue angle of 216.76º 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 #3073DD is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 115 | 221 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.13 |
| HSL | 216.76º | 0.72% | 0.53% | - |
| HSV(B) | 216.76º | 0.78% | 0.87% | - |
| XYZ | 20.4 | 18.11 | 70.83 | - |
| YUV | 107.05 | 192.3 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 221 | 0.78 | 0.48 | 0 | 0.13 | 216.76 | 0.72 | 0.53 |
| Hex | 30 | 73 | DD | 4E | 30 | 0 | D | D9 | 48 | 35 |
| Octal | 60 | 163 | 335 | 116 | 60 | 0 | 15 | 331 | 110 | 65 |
| Binary | 110000 | 1110011 | 11011101 | 1001110 | 110000 | 0 | 1101 | 11011001 | 1001000 | 110101 |
Color Harmonies of #3073DD
Complementary color
Monochromatic Colors of #3073DD
Black with #3073DD
Text Example
Text Example
White with #3073DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073DD; }
p { color: rgb(48,115,221); }
H1.HeaderClassName
{
color: #3073DD;
}
.AnyTagClassName
{
color: #3073DD;
}
</style>
background-color css
<style>
a { background-color: #3073DD; }
a { background-color: rgb(48,115,221); }
div.DivClassName
{
background-color: #3073DD;
}
.BgClassName
{
background-color: #3073DD;
}
</style>
border-color css
<style>
span { border-color: #3073DD; }
span { border-color: rgb(48,115,221); }
td.TdClassName
{
border-color: #3073DD;
}
.TagClassName
{
border-color: #3073DD;
}
</style>