Shades of Royal Blue #3064EF
Tints of Royal Blue #3064EF
RGB
CMYK
RGB Variations
Color information
#3064EF (or 0x3064EF) is known color: Royal Blue. HEX triplet: 30, 64 and EF. RGB value is (48,100,239). Sum of RGB (Red+Green+Blue) = 48+100+239=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #3064EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3064EF is #CF9B10. Grayscale: #636363. Windows color (decimal): -13605649 or 15688752. OLE color: 15688752.
HSL color Cylindrical-coordinate representation of color #3064EF: hue angle of 223.66º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3064EF is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 100 | 239 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.06 |
| HSL | 223.66º | 0.86% | 0.56% | - |
| HSV(B) | 223.66º | 0.8% | 0.94% | - |
| XYZ | 21.36 | 15.97 | 83.62 | - |
| YUV | 100.3 | 206.27 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 239 | 0.80 | 0.58 | 0 | 0.06 | 223.66 | 0.86 | 0.56 |
| Hex | 30 | 64 | EF | 50 | 3A | 0 | 6 | E0 | 56 | 38 |
| Octal | 60 | 144 | 357 | 120 | 72 | 0 | 6 | 340 | 126 | 70 |
| Binary | 110000 | 1100100 | 11101111 | 1010000 | 111010 | 0 | 110 | 11100000 | 1010110 | 111000 |
Color Harmonies of #3064EF
Complementary color
Monochromatic Colors of #3064EF
Black with #3064EF
Text Example
Text Example
White with #3064EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3064EF; }
p { color: rgb(48,100,239); }
H1.HeaderClassName
{
color: #3064EF;
}
.AnyTagClassName
{
color: #3064EF;
}
</style>
background-color css
<style>
a { background-color: #3064EF; }
a { background-color: rgb(48,100,239); }
div.DivClassName
{
background-color: #3064EF;
}
.BgClassName
{
background-color: #3064EF;
}
</style>
border-color css
<style>
span { border-color: #3064EF; }
span { border-color: rgb(48,100,239); }
td.TdClassName
{
border-color: #3064EF;
}
.TagClassName
{
border-color: #3064EF;
}
</style>