Shades of Royal Blue #3053EC
Tints of Royal Blue #3053EC
RGB
CMYK
RGB Variations
Color information
#3053EC (or 0x3053EC) is known color: Royal Blue. HEX triplet: 30, 53 and EC. RGB value is (48,83,236). Sum of RGB (Red+Green+Blue) = 48+83+236=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #3053EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3053EC is #CFAC13. Grayscale: #595959. Windows color (decimal): -13610004 or 15487792. OLE color: 15487792.
HSL color Cylindrical-coordinate representation of color #3053EC: hue angle of 228.83º 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 #3053EC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 83 | 236 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.07 |
| HSL | 228.83º | 0.83% | 0.56% | - |
| HSV(B) | 228.83º | 0.8% | 0.93% | - |
| XYZ | 19.45 | 12.87 | 80.82 | - |
| YUV | 89.98 | 210.4 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 236 | 0.80 | 0.65 | 0 | 0.07 | 228.83 | 0.83 | 0.56 |
| Hex | 30 | 53 | EC | 50 | 41 | 0 | 7 | E5 | 53 | 38 |
| Octal | 60 | 123 | 354 | 120 | 101 | 0 | 7 | 345 | 123 | 70 |
| Binary | 110000 | 1010011 | 11101100 | 1010000 | 1000001 | 0 | 111 | 11100101 | 1010011 | 111000 |
Color Harmonies of #3053EC
Complementary color
Monochromatic Colors of #3053EC
Black with #3053EC
Text Example
Text Example
White with #3053EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3053EC; }
p { color: rgb(48,83,236); }
H1.HeaderClassName
{
color: #3053EC;
}
.AnyTagClassName
{
color: #3053EC;
}
</style>
background-color css
<style>
a { background-color: #3053EC; }
a { background-color: rgb(48,83,236); }
div.DivClassName
{
background-color: #3053EC;
}
.BgClassName
{
background-color: #3053EC;
}
</style>
border-color css
<style>
span { border-color: #3053EC; }
span { border-color: rgb(48,83,236); }
td.TdClassName
{
border-color: #3053EC;
}
.TagClassName
{
border-color: #3053EC;
}
</style>