Shades of Royal Blue #3077DC
Tints of Royal Blue #3077DC
RGB
CMYK
RGB Variations
Color information
#3077DC (or 0x3077DC) is known color: Royal Blue. HEX triplet: 30, 77 and DC. RGB value is (48,119,220). Sum of RGB (Red+Green+Blue) = 48+119+220=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #3077DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3077DC is #CF8823. Grayscale: #6C6C6C. Windows color (decimal): -13600804 or 14448432. OLE color: 14448432.
HSL color Cylindrical-coordinate representation of color #3077DC: hue angle of 215.23º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3077DC is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 119 | 220 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.14 |
| HSL | 215.23º | 0.71% | 0.53% | - |
| HSV(B) | 215.23º | 0.78% | 0.86% | - |
| XYZ | 20.73 | 18.99 | 70.28 | - |
| YUV | 109.29 | 190.48 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 220 | 0.78 | 0.46 | 0 | 0.14 | 215.23 | 0.71 | 0.53 |
| Hex | 30 | 77 | DC | 4E | 2E | 0 | E | D7 | 47 | 35 |
| Octal | 60 | 167 | 334 | 116 | 56 | 0 | 16 | 327 | 107 | 65 |
| Binary | 110000 | 1110111 | 11011100 | 1001110 | 101110 | 0 | 1110 | 11010111 | 1000111 | 110101 |
Color Harmonies of #3077DC
Complementary color
Monochromatic Colors of #3077DC
Black with #3077DC
Text Example
Text Example
White with #3077DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3077DC; }
p { color: rgb(48,119,220); }
H1.HeaderClassName
{
color: #3077DC;
}
.AnyTagClassName
{
color: #3077DC;
}
</style>
background-color css
<style>
a { background-color: #3077DC; }
a { background-color: rgb(48,119,220); }
div.DivClassName
{
background-color: #3077DC;
}
.BgClassName
{
background-color: #3077DC;
}
</style>
border-color css
<style>
span { border-color: #3077DC; }
span { border-color: rgb(48,119,220); }
td.TdClassName
{
border-color: #3077DC;
}
.TagClassName
{
border-color: #3077DC;
}
</style>