Shades of Royal Blue #3860DB
Tints of Royal Blue #3860DB
RGB
CMYK
RGB Variations
Color information
#3860DB (or 0x3860DB) is known color: Royal Blue. HEX triplet: 38, 60 and DB. RGB value is (56,96,219). Sum of RGB (Red+Green+Blue) = 56+96+219=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 96 (37.89% from 255 or 25.88% 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 #3860DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3860DB is #C79F24. Grayscale: #616161. Windows color (decimal): -13082405 or 14377016. OLE color: 14377016.
HSL color Cylindrical-coordinate representation of color #3860DB: hue angle of 225.28º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3860DB is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 96 | 219 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.14 |
| HSL | 225.28º | 0.69% | 0.54% | - |
| HSV(B) | 225.28º | 0.74% | 0.86% | - |
| XYZ | 18.6 | 14.32 | 68.8 | - |
| YUV | 98.06 | 196.25 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 96 | 219 | 0.74 | 0.56 | 0 | 0.14 | 225.28 | 0.69 | 0.54 |
| Hex | 38 | 60 | DB | 4A | 38 | 0 | E | E1 | 45 | 36 |
| Octal | 70 | 140 | 333 | 112 | 70 | 0 | 16 | 341 | 105 | 66 |
| Binary | 111000 | 1100000 | 11011011 | 1001010 | 111000 | 0 | 1110 | 11100001 | 1000101 | 110110 |
Color Harmonies of #3860DB
Complementary color
Monochromatic Colors of #3860DB
Black with #3860DB
Text Example
Text Example
White with #3860DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3860DB; }
p { color: rgb(56,96,219); }
H1.HeaderClassName
{
color: #3860DB;
}
.AnyTagClassName
{
color: #3860DB;
}
</style>
background-color css
<style>
a { background-color: #3860DB; }
a { background-color: rgb(56,96,219); }
div.DivClassName
{
background-color: #3860DB;
}
.BgClassName
{
background-color: #3860DB;
}
</style>
border-color css
<style>
span { border-color: #3860DB; }
span { border-color: rgb(56,96,219); }
td.TdClassName
{
border-color: #3860DB;
}
.TagClassName
{
border-color: #3860DB;
}
</style>