Shades of Royal Blue #3068DB
Tints of Royal Blue #3068DB
RGB
CMYK
RGB Variations
Color information
#3068DB (or 0x3068DB) is known color: Royal Blue. HEX triplet: 30, 68 and DB. RGB value is (48,104,219). Sum of RGB (Red+Green+Blue) = 48+104+219=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #3068DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3068DB is #CF9724. Grayscale: #636363. Windows color (decimal): -13604645 or 14379056. OLE color: 14379056.
HSL color Cylindrical-coordinate representation of color #3068DB: hue angle of 220.35º 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 #3068DB is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 104 | 219 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.14 |
| HSL | 220.35º | 0.7% | 0.52% | - |
| HSV(B) | 220.35º | 0.78% | 0.86% | - |
| XYZ | 18.96 | 15.64 | 69.04 | - |
| YUV | 100.37 | 194.95 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 219 | 0.78 | 0.53 | 0 | 0.14 | 220.35 | 0.7 | 0.52 |
| Hex | 30 | 68 | DB | 4E | 35 | 0 | E | DC | 46 | 34 |
| Octal | 60 | 150 | 333 | 116 | 65 | 0 | 16 | 334 | 106 | 64 |
| Binary | 110000 | 1101000 | 11011011 | 1001110 | 110101 | 0 | 1110 | 11011100 | 1000110 | 110100 |
Color Harmonies of #3068DB
Complementary color
Monochromatic Colors of #3068DB
Black with #3068DB
Text Example
Text Example
White with #3068DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3068DB; }
p { color: rgb(48,104,219); }
H1.HeaderClassName
{
color: #3068DB;
}
.AnyTagClassName
{
color: #3068DB;
}
</style>
background-color css
<style>
a { background-color: #3068DB; }
a { background-color: rgb(48,104,219); }
div.DivClassName
{
background-color: #3068DB;
}
.BgClassName
{
background-color: #3068DB;
}
</style>
border-color css
<style>
span { border-color: #3068DB; }
span { border-color: rgb(48,104,219); }
td.TdClassName
{
border-color: #3068DB;
}
.TagClassName
{
border-color: #3068DB;
}
</style>