Shades of Royal Blue #3063E0
Tints of Royal Blue #3063E0
RGB
CMYK
RGB Variations
Color information
#3063E0 (or 0x3063E0) is known color: Royal Blue. HEX triplet: 30, 63 and E0. RGB value is (48,99,224). Sum of RGB (Red+Green+Blue) = 48+99+224=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #3063E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063E0 is #CF9C1F. Grayscale: #616161. Windows color (decimal): -13605920 or 14705456. OLE color: 14705456.
HSL color Cylindrical-coordinate representation of color #3063E0: hue angle of 222.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3063E0 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 99 | 224 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.12 |
| HSL | 222.61º | 0.74% | 0.53% | - |
| HSV(B) | 222.61º | 0.79% | 0.88% | - |
| XYZ | 19.14 | 14.93 | 72.4 | - |
| YUV | 98 | 199.1 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 224 | 0.79 | 0.56 | 0 | 0.12 | 222.61 | 0.74 | 0.53 |
| Hex | 30 | 63 | E0 | 4F | 38 | 0 | C | DF | 4A | 35 |
| Octal | 60 | 143 | 340 | 117 | 70 | 0 | 14 | 337 | 112 | 65 |
| Binary | 110000 | 1100011 | 11100000 | 1001111 | 111000 | 0 | 1100 | 11011111 | 1001010 | 110101 |
Color Harmonies of #3063E0
Complementary color
Monochromatic Colors of #3063E0
Black with #3063E0
Text Example
Text Example
White with #3063E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3063E0; }
p { color: rgb(48,99,224); }
H1.HeaderClassName
{
color: #3063E0;
}
.AnyTagClassName
{
color: #3063E0;
}
</style>
background-color css
<style>
a { background-color: #3063E0; }
a { background-color: rgb(48,99,224); }
div.DivClassName
{
background-color: #3063E0;
}
.BgClassName
{
background-color: #3063E0;
}
</style>
border-color css
<style>
span { border-color: #3063E0; }
span { border-color: rgb(48,99,224); }
td.TdClassName
{
border-color: #3063E0;
}
.TagClassName
{
border-color: #3063E0;
}
</style>