Shades of Royal Blue #3061EC
Tints of Royal Blue #3061EC
RGB
CMYK
RGB Variations
Color information
#3061EC (or 0x3061EC) is known color: Royal Blue. HEX triplet: 30, 61 and EC. RGB value is (48,97,236). Sum of RGB (Red+Green+Blue) = 48+97+236=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #3061EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3061EC is #CF9E13. Grayscale: #616161. Windows color (decimal): -13606420 or 15491376. OLE color: 15491376.
HSL color Cylindrical-coordinate representation of color #3061EC: hue angle of 224.36º 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 #3061EC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 97 | 236 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.07 |
| HSL | 224.36º | 0.83% | 0.56% | - |
| HSV(B) | 224.36º | 0.8% | 0.93% | - |
| XYZ | 20.63 | 15.23 | 81.21 | - |
| YUV | 98.2 | 205.77 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 236 | 0.80 | 0.59 | 0 | 0.07 | 224.36 | 0.83 | 0.56 |
| Hex | 30 | 61 | EC | 50 | 3B | 0 | 7 | E0 | 53 | 38 |
| Octal | 60 | 141 | 354 | 120 | 73 | 0 | 7 | 340 | 123 | 70 |
| Binary | 110000 | 1100001 | 11101100 | 1010000 | 111011 | 0 | 111 | 11100000 | 1010011 | 111000 |
Color Harmonies of #3061EC
Complementary color
Monochromatic Colors of #3061EC
Black with #3061EC
Text Example
Text Example
White with #3061EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3061EC; }
p { color: rgb(48,97,236); }
H1.HeaderClassName
{
color: #3061EC;
}
.AnyTagClassName
{
color: #3061EC;
}
</style>
background-color css
<style>
a { background-color: #3061EC; }
a { background-color: rgb(48,97,236); }
div.DivClassName
{
background-color: #3061EC;
}
.BgClassName
{
background-color: #3061EC;
}
</style>
border-color css
<style>
span { border-color: #3061EC; }
span { border-color: rgb(48,97,236); }
td.TdClassName
{
border-color: #3061EC;
}
.TagClassName
{
border-color: #3061EC;
}
</style>