Shades of Royal Blue #3073E6
Tints of Royal Blue #3073E6
RGB
CMYK
RGB Variations
Color information
#3073E6 (or 0x3073E6) is known color: Royal Blue. HEX triplet: 30, 73 and E6. RGB value is (48,115,230). Sum of RGB (Red+Green+Blue) = 48+115+230=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 230 (90.23% from 255 or 58.52% from 393); Max value from RGB is 230 - color contains mainly: blue. Hex color #3073E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3073E6 is #CF8C19. Grayscale: #6B6B6B. Windows color (decimal): -13601818 or 15102768. OLE color: 15102768.
HSL color Cylindrical-coordinate representation of color #3073E6: hue angle of 217.91º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3073E6 is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 115 | 230 | - |
| CMYK | 0.79 | 0.5 | 0 | 0.10 |
| HSL | 217.91º | 0.78% | 0.55% | - |
| HSV(B) | 217.91º | 0.79% | 0.9% | - |
| XYZ | 21.63 | 18.6 | 77.31 | - |
| YUV | 108.08 | 196.8 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 230 | 0.79 | 0.5 | 0 | 0.10 | 217.91 | 0.78 | 0.55 |
| Hex | 30 | 73 | E6 | 4F | 32 | 0 | A | DA | 4E | 37 |
| Octal | 60 | 163 | 346 | 117 | 62 | 0 | 12 | 332 | 116 | 67 |
| Binary | 110000 | 1110011 | 11100110 | 1001111 | 110010 | 0 | 1010 | 11011010 | 1001110 | 110111 |
Color Harmonies of #3073E6
Complementary color
Monochromatic Colors of #3073E6
Black with #3073E6
Text Example
Text Example
White with #3073E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073E6; }
p { color: rgb(48,115,230); }
H1.HeaderClassName
{
color: #3073E6;
}
.AnyTagClassName
{
color: #3073E6;
}
</style>
background-color css
<style>
a { background-color: #3073E6; }
a { background-color: rgb(48,115,230); }
div.DivClassName
{
background-color: #3073E6;
}
.BgClassName
{
background-color: #3073E6;
}
</style>
border-color css
<style>
span { border-color: #3073E6; }
span { border-color: rgb(48,115,230); }
td.TdClassName
{
border-color: #3073E6;
}
.TagClassName
{
border-color: #3073E6;
}
</style>