Shades of Royal Blue #3076EC
Tints of Royal Blue #3076EC
RGB
CMYK
RGB Variations
Color information
#3076EC (or 0x3076EC) is known color: Royal Blue. HEX triplet: 30, 76 and EC. RGB value is (48,118,236). Sum of RGB (Red+Green+Blue) = 48+118+236=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #3076EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3076EC is #CF8913. Grayscale: #6D6D6D. Windows color (decimal): -13601044 or 15496752. OLE color: 15496752.
HSL color Cylindrical-coordinate representation of color #3076EC: hue angle of 217.66º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3076EC is Cyan = 0.80, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 118 | 236 | - |
| CMYK | 0.80 | 0.5 | 0 | 0.07 |
| HSL | 217.66º | 0.83% | 0.56% | - |
| HSV(B) | 217.66º | 0.8% | 0.93% | - |
| XYZ | 22.84 | 19.64 | 81.94 | - |
| YUV | 110.52 | 198.81 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 236 | 0.80 | 0.5 | 0 | 0.07 | 217.66 | 0.83 | 0.56 |
| Hex | 30 | 76 | EC | 50 | 32 | 0 | 7 | DA | 53 | 38 |
| Octal | 60 | 166 | 354 | 120 | 62 | 0 | 7 | 332 | 123 | 70 |
| Binary | 110000 | 1110110 | 11101100 | 1010000 | 110010 | 0 | 111 | 11011010 | 1010011 | 111000 |
Color Harmonies of #3076EC
Complementary color
Monochromatic Colors of #3076EC
Black with #3076EC
Text Example
Text Example
White with #3076EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3076EC; }
p { color: rgb(48,118,236); }
H1.HeaderClassName
{
color: #3076EC;
}
.AnyTagClassName
{
color: #3076EC;
}
</style>
background-color css
<style>
a { background-color: #3076EC; }
a { background-color: rgb(48,118,236); }
div.DivClassName
{
background-color: #3076EC;
}
.BgClassName
{
background-color: #3076EC;
}
</style>
border-color css
<style>
span { border-color: #3076EC; }
span { border-color: rgb(48,118,236); }
td.TdClassName
{
border-color: #3076EC;
}
.TagClassName
{
border-color: #3076EC;
}
</style>