Shades of Royal Blue #3073D7
Tints of Royal Blue #3073D7
RGB
CMYK
RGB Variations
Color information
#3073D7 (or 0x3073D7) is known color: Royal Blue. HEX triplet: 30, 73 and D7. RGB value is (48,115,215). Sum of RGB (Red+Green+Blue) = 48+115+215=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #3073D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3073D7 is #CF8C28. Grayscale: #696969. Windows color (decimal): -13601833 or 14119728. OLE color: 14119728.
HSL color Cylindrical-coordinate representation of color #3073D7: hue angle of 215.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3073D7 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 115 | 215 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.16 |
| HSL | 215.93º | 0.68% | 0.52% | - |
| HSV(B) | 215.93º | 0.78% | 0.84% | - |
| XYZ | 19.62 | 17.8 | 66.69 | - |
| YUV | 106.37 | 189.3 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 215 | 0.78 | 0.47 | 0 | 0.16 | 215.93 | 0.68 | 0.52 |
| Hex | 30 | 73 | D7 | 4E | 2F | 0 | 10 | D8 | 44 | 34 |
| Octal | 60 | 163 | 327 | 116 | 57 | 0 | 20 | 330 | 104 | 64 |
| Binary | 110000 | 1110011 | 11010111 | 1001110 | 101111 | 0 | 10000 | 11011000 | 1000100 | 110100 |
Color Harmonies of #3073D7
Complementary color
Monochromatic Colors of #3073D7
Black with #3073D7
Text Example
Text Example
White with #3073D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073D7; }
p { color: rgb(48,115,215); }
H1.HeaderClassName
{
color: #3073D7;
}
.AnyTagClassName
{
color: #3073D7;
}
</style>
background-color css
<style>
a { background-color: #3073D7; }
a { background-color: rgb(48,115,215); }
div.DivClassName
{
background-color: #3073D7;
}
.BgClassName
{
background-color: #3073D7;
}
</style>
border-color css
<style>
span { border-color: #3073D7; }
span { border-color: rgb(48,115,215); }
td.TdClassName
{
border-color: #3073D7;
}
.TagClassName
{
border-color: #3073D7;
}
</style>