Shades of Royal Blue #3059DB
Tints of Royal Blue #3059DB
RGB
CMYK
RGB Variations
Color information
#3059DB (or 0x3059DB) is known color: Royal Blue. HEX triplet: 30, 59 and DB. RGB value is (48,89,219). Sum of RGB (Red+Green+Blue) = 48+89+219=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #3059DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3059DB is #CFA624. Grayscale: #5B5B5B. Windows color (decimal): -13608485 or 14375216. OLE color: 14375216.
HSL color Cylindrical-coordinate representation of color #3059DB: hue angle of 225.61º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3059DB is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 89 | 219 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.14 |
| HSL | 225.61º | 0.7% | 0.52% | - |
| HSV(B) | 225.61º | 0.78% | 0.86% | - |
| XYZ | 17.58 | 12.89 | 68.58 | - |
| YUV | 91.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 219 | 0.78 | 0.59 | 0 | 0.14 | 225.61 | 0.7 | 0.52 |
| Hex | 30 | 59 | DB | 4E | 3B | 0 | E | E2 | 46 | 34 |
| Octal | 60 | 131 | 333 | 116 | 73 | 0 | 16 | 342 | 106 | 64 |
| Binary | 110000 | 1011001 | 11011011 | 1001110 | 111011 | 0 | 1110 | 11100010 | 1000110 | 110100 |
Color Harmonies of #3059DB
Complementary color
Monochromatic Colors of #3059DB
Black with #3059DB
Text Example
Text Example
White with #3059DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3059DB; }
p { color: rgb(48,89,219); }
H1.HeaderClassName
{
color: #3059DB;
}
.AnyTagClassName
{
color: #3059DB;
}
</style>
background-color css
<style>
a { background-color: #3059DB; }
a { background-color: rgb(48,89,219); }
div.DivClassName
{
background-color: #3059DB;
}
.BgClassName
{
background-color: #3059DB;
}
</style>
border-color css
<style>
span { border-color: #3059DB; }
span { border-color: rgb(48,89,219); }
td.TdClassName
{
border-color: #3059DB;
}
.TagClassName
{
border-color: #3059DB;
}
</style>