Shades of Royal Blue #3873DB
Tints of Royal Blue #3873DB
RGB
CMYK
RGB Variations
Color information
#3873DB (or 0x3873DB) is known color: Royal Blue. HEX triplet: 38, 73 and DB. RGB value is (56,115,219). Sum of RGB (Red+Green+Blue) = 56+115+219=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #3873DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3873DB is #C78C24. Grayscale: #6C6C6C. Windows color (decimal): -13077541 or 14381880. OLE color: 14381880.
HSL color Cylindrical-coordinate representation of color #3873DB: hue angle of 218.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 #3873DB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 115 | 219 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.14 |
| HSL | 218.28º | 0.69% | 0.54% | - |
| HSV(B) | 218.28º | 0.74% | 0.86% | - |
| XYZ | 20.55 | 18.22 | 69.45 | - |
| YUV | 109.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 115 | 219 | 0.74 | 0.47 | 0 | 0.14 | 218.28 | 0.69 | 0.54 |
| Hex | 38 | 73 | DB | 4A | 2F | 0 | E | DA | 45 | 36 |
| Octal | 70 | 163 | 333 | 112 | 57 | 0 | 16 | 332 | 105 | 66 |
| Binary | 111000 | 1110011 | 11011011 | 1001010 | 101111 | 0 | 1110 | 11011010 | 1000101 | 110110 |
Color Harmonies of #3873DB
Complementary color
Monochromatic Colors of #3873DB
Black with #3873DB
Text Example
Text Example
White with #3873DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3873DB; }
p { color: rgb(56,115,219); }
H1.HeaderClassName
{
color: #3873DB;
}
.AnyTagClassName
{
color: #3873DB;
}
</style>
background-color css
<style>
a { background-color: #3873DB; }
a { background-color: rgb(56,115,219); }
div.DivClassName
{
background-color: #3873DB;
}
.BgClassName
{
background-color: #3873DB;
}
</style>
border-color css
<style>
span { border-color: #3873DB; }
span { border-color: rgb(56,115,219); }
td.TdClassName
{
border-color: #3873DB;
}
.TagClassName
{
border-color: #3873DB;
}
</style>