Shades of Royal Blue #3076DD
Tints of Royal Blue #3076DD
RGB
CMYK
RGB Variations
Color information
#3076DD (or 0x3076DD) is known color: Royal Blue. HEX triplet: 30, 76 and DD. RGB value is (48,118,221). Sum of RGB (Red+Green+Blue) = 48+118+221=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #3076DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3076DD is #CF8922. Grayscale: #6C6C6C. Windows color (decimal): -13601059 or 14513712. OLE color: 14513712.
HSL color Cylindrical-coordinate representation of color #3076DD: hue angle of 215.72º 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 #3076DD is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 118 | 221 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.13 |
| HSL | 215.72º | 0.72% | 0.53% | - |
| HSV(B) | 215.72º | 0.78% | 0.87% | - |
| XYZ | 20.75 | 18.81 | 70.94 | - |
| YUV | 108.81 | 191.31 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 221 | 0.78 | 0.47 | 0 | 0.13 | 215.72 | 0.72 | 0.53 |
| Hex | 30 | 76 | DD | 4E | 2F | 0 | D | D8 | 48 | 35 |
| Octal | 60 | 166 | 335 | 116 | 57 | 0 | 15 | 330 | 110 | 65 |
| Binary | 110000 | 1110110 | 11011101 | 1001110 | 101111 | 0 | 1101 | 11011000 | 1001000 | 110101 |
Color Harmonies of #3076DD
Complementary color
Monochromatic Colors of #3076DD
Black with #3076DD
Text Example
Text Example
White with #3076DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3076DD; }
p { color: rgb(48,118,221); }
H1.HeaderClassName
{
color: #3076DD;
}
.AnyTagClassName
{
color: #3076DD;
}
</style>
background-color css
<style>
a { background-color: #3076DD; }
a { background-color: rgb(48,118,221); }
div.DivClassName
{
background-color: #3076DD;
}
.BgClassName
{
background-color: #3076DD;
}
</style>
border-color css
<style>
span { border-color: #3076DD; }
span { border-color: rgb(48,118,221); }
td.TdClassName
{
border-color: #3076DD;
}
.TagClassName
{
border-color: #3076DD;
}
</style>