Shades of Royal Blue #3076DB
Tints of Royal Blue #3076DB
RGB
CMYK
RGB Variations
Color information
#3076DB (or 0x3076DB) is known color: Royal Blue. HEX triplet: 30, 76 and DB. RGB value is (48,118,219). Sum of RGB (Red+Green+Blue) = 48+118+219=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #3076DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3076DB is #CF8924. Grayscale: #6C6C6C. Windows color (decimal): -13601061 or 14382640. OLE color: 14382640.
HSL color Cylindrical-coordinate representation of color #3076DB: hue angle of 215.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3076DB is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 118 | 219 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.14 |
| HSL | 215.44º | 0.7% | 0.52% | - |
| HSV(B) | 215.44º | 0.78% | 0.86% | - |
| XYZ | 20.48 | 18.7 | 69.55 | - |
| YUV | 108.58 | 190.31 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 219 | 0.78 | 0.46 | 0 | 0.14 | 215.44 | 0.7 | 0.52 |
| Hex | 30 | 76 | DB | 4E | 2E | 0 | E | D7 | 46 | 34 |
| Octal | 60 | 166 | 333 | 116 | 56 | 0 | 16 | 327 | 106 | 64 |
| Binary | 110000 | 1110110 | 11011011 | 1001110 | 101110 | 0 | 1110 | 11010111 | 1000110 | 110100 |
Color Harmonies of #3076DB
Complementary color
Monochromatic Colors of #3076DB
Black with #3076DB
Text Example
Text Example
White with #3076DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3076DB; }
p { color: rgb(48,118,219); }
H1.HeaderClassName
{
color: #3076DB;
}
.AnyTagClassName
{
color: #3076DB;
}
</style>
background-color css
<style>
a { background-color: #3076DB; }
a { background-color: rgb(48,118,219); }
div.DivClassName
{
background-color: #3076DB;
}
.BgClassName
{
background-color: #3076DB;
}
</style>
border-color css
<style>
span { border-color: #3076DB; }
span { border-color: rgb(48,118,219); }
td.TdClassName
{
border-color: #3076DB;
}
.TagClassName
{
border-color: #3076DB;
}
</style>