Shades of Royal Blue #3071EC
Tints of Royal Blue #3071EC
RGB
CMYK
RGB Variations
Color information
#3071EC (or 0x3071EC) is known color: Royal Blue. HEX triplet: 30, 71 and EC. RGB value is (48,113,236). Sum of RGB (Red+Green+Blue) = 48+113+236=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #3071EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3071EC is #CF8E13. Grayscale: #6B6B6B. Windows color (decimal): -13602324 or 15495472. OLE color: 15495472.
HSL color Cylindrical-coordinate representation of color #3071EC: hue angle of 219.26º 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 #3071EC is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 113 | 236 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.07 |
| HSL | 219.26º | 0.83% | 0.56% | - |
| HSV(B) | 219.26º | 0.8% | 0.93% | - |
| XYZ | 22.26 | 18.49 | 81.75 | - |
| YUV | 107.59 | 200.47 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 236 | 0.80 | 0.52 | 0 | 0.07 | 219.26 | 0.83 | 0.56 |
| Hex | 30 | 71 | EC | 50 | 34 | 0 | 7 | DB | 53 | 38 |
| Octal | 60 | 161 | 354 | 120 | 64 | 0 | 7 | 333 | 123 | 70 |
| Binary | 110000 | 1110001 | 11101100 | 1010000 | 110100 | 0 | 111 | 11011011 | 1010011 | 111000 |
Color Harmonies of #3071EC
Complementary color
Monochromatic Colors of #3071EC
Black with #3071EC
Text Example
Text Example
White with #3071EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3071EC; }
p { color: rgb(48,113,236); }
H1.HeaderClassName
{
color: #3071EC;
}
.AnyTagClassName
{
color: #3071EC;
}
</style>
background-color css
<style>
a { background-color: #3071EC; }
a { background-color: rgb(48,113,236); }
div.DivClassName
{
background-color: #3071EC;
}
.BgClassName
{
background-color: #3071EC;
}
</style>
border-color css
<style>
span { border-color: #3071EC; }
span { border-color: rgb(48,113,236); }
td.TdClassName
{
border-color: #3071EC;
}
.TagClassName
{
border-color: #3071EC;
}
</style>