Shades of Royal Blue #3073DF
Tints of Royal Blue #3073DF
RGB
CMYK
RGB Variations
Color information
#3073DF (or 0x3073DF) is known color: Royal Blue. HEX triplet: 30, 73 and DF. RGB value is (48,115,223). Sum of RGB (Red+Green+Blue) = 48+115+223=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #3073DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3073DF is #CF8C20. Grayscale: #6A6A6A. Windows color (decimal): -13601825 or 14644016. OLE color: 14644016.
HSL color Cylindrical-coordinate representation of color #3073DF: hue angle of 217.03º 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 #3073DF is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 115 | 223 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.13 |
| HSL | 217.03º | 0.73% | 0.53% | - |
| HSV(B) | 217.03º | 0.78% | 0.87% | - |
| XYZ | 20.67 | 18.22 | 72.24 | - |
| YUV | 107.28 | 193.3 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 223 | 0.78 | 0.48 | 0 | 0.13 | 217.03 | 0.73 | 0.53 |
| Hex | 30 | 73 | DF | 4E | 30 | 0 | D | D9 | 49 | 35 |
| Octal | 60 | 163 | 337 | 116 | 60 | 0 | 15 | 331 | 111 | 65 |
| Binary | 110000 | 1110011 | 11011111 | 1001110 | 110000 | 0 | 1101 | 11011001 | 1001001 | 110101 |
Color Harmonies of #3073DF
Complementary color
Monochromatic Colors of #3073DF
Black with #3073DF
Text Example
Text Example
White with #3073DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073DF; }
p { color: rgb(48,115,223); }
H1.HeaderClassName
{
color: #3073DF;
}
.AnyTagClassName
{
color: #3073DF;
}
</style>
background-color css
<style>
a { background-color: #3073DF; }
a { background-color: rgb(48,115,223); }
div.DivClassName
{
background-color: #3073DF;
}
.BgClassName
{
background-color: #3073DF;
}
</style>
border-color css
<style>
span { border-color: #3073DF; }
span { border-color: rgb(48,115,223); }
td.TdClassName
{
border-color: #3073DF;
}
.TagClassName
{
border-color: #3073DF;
}
</style>