Shades of Royal Blue #3058EC
Tints of Royal Blue #3058EC
RGB
CMYK
RGB Variations
Color information
#3058EC (or 0x3058EC) is known color: Royal Blue. HEX triplet: 30, 58 and EC. RGB value is (48,88,236). Sum of RGB (Red+Green+Blue) = 48+88+236=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #3058EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3058EC is #CFA713. Grayscale: #5C5C5C. Windows color (decimal): -13608724 or 15489072. OLE color: 15489072.
HSL color Cylindrical-coordinate representation of color #3058EC: hue angle of 227.23º 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 #3058EC is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 88 | 236 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.07 |
| HSL | 227.23º | 0.83% | 0.56% | - |
| HSV(B) | 227.23º | 0.8% | 0.93% | - |
| XYZ | 19.85 | 13.66 | 80.95 | - |
| YUV | 92.91 | 208.75 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 236 | 0.80 | 0.63 | 0 | 0.07 | 227.23 | 0.83 | 0.56 |
| Hex | 30 | 58 | EC | 50 | 3F | 0 | 7 | E3 | 53 | 38 |
| Octal | 60 | 130 | 354 | 120 | 77 | 0 | 7 | 343 | 123 | 70 |
| Binary | 110000 | 1011000 | 11101100 | 1010000 | 111111 | 0 | 111 | 11100011 | 1010011 | 111000 |
Color Harmonies of #3058EC
Complementary color
Monochromatic Colors of #3058EC
Black with #3058EC
Text Example
Text Example
White with #3058EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3058EC; }
p { color: rgb(48,88,236); }
H1.HeaderClassName
{
color: #3058EC;
}
.AnyTagClassName
{
color: #3058EC;
}
</style>
background-color css
<style>
a { background-color: #3058EC; }
a { background-color: rgb(48,88,236); }
div.DivClassName
{
background-color: #3058EC;
}
.BgClassName
{
background-color: #3058EC;
}
</style>
border-color css
<style>
span { border-color: #3058EC; }
span { border-color: rgb(48,88,236); }
td.TdClassName
{
border-color: #3058EC;
}
.TagClassName
{
border-color: #3058EC;
}
</style>