Shades of Royal Blue #3859DB
Tints of Royal Blue #3859DB
RGB
CMYK
RGB Variations
Color information
#3859DB (or 0x3859DB) is known color: Royal Blue. HEX triplet: 38, 59 and DB. RGB value is (56,89,219). Sum of RGB (Red+Green+Blue) = 56+89+219=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #3859DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3859DB is #C7A624. Grayscale: #5D5D5D. Windows color (decimal): -13084197 or 14375224. OLE color: 14375224.
HSL color Cylindrical-coordinate representation of color #3859DB: hue angle of 227.85º 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 #3859DB is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 89 | 219 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.14 |
| HSL | 227.85º | 0.69% | 0.54% | - |
| HSV(B) | 227.85º | 0.74% | 0.86% | - |
| XYZ | 17.99 | 13.1 | 68.6 | - |
| YUV | 93.95 | 198.57 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 219 | 0.74 | 0.59 | 0 | 0.14 | 227.85 | 0.69 | 0.54 |
| Hex | 38 | 59 | DB | 4A | 3B | 0 | E | E4 | 45 | 36 |
| Octal | 70 | 131 | 333 | 112 | 73 | 0 | 16 | 344 | 105 | 66 |
| Binary | 111000 | 1011001 | 11011011 | 1001010 | 111011 | 0 | 1110 | 11100100 | 1000101 | 110110 |
Color Harmonies of #3859DB
Complementary color
Monochromatic Colors of #3859DB
Black with #3859DB
Text Example
Text Example
White with #3859DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3859DB; }
p { color: rgb(56,89,219); }
H1.HeaderClassName
{
color: #3859DB;
}
.AnyTagClassName
{
color: #3859DB;
}
</style>
background-color css
<style>
a { background-color: #3859DB; }
a { background-color: rgb(56,89,219); }
div.DivClassName
{
background-color: #3859DB;
}
.BgClassName
{
background-color: #3859DB;
}
</style>
border-color css
<style>
span { border-color: #3859DB; }
span { border-color: rgb(56,89,219); }
td.TdClassName
{
border-color: #3859DB;
}
.TagClassName
{
border-color: #3859DB;
}
</style>