Shades of Royal Blue #3882DB
Tints of Royal Blue #3882DB
RGB
CMYK
RGB Variations
Color information
#3882DB (or 0x3882DB) is known color: Royal Blue. HEX triplet: 38, 82 and DB. RGB value is (56,130,219). Sum of RGB (Red+Green+Blue) = 56+130+219=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #3882DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3882DB is #C77D24. Grayscale: #757575. Windows color (decimal): -13073701 or 14385720. OLE color: 14385720.
HSL color Cylindrical-coordinate representation of color #3882DB: hue angle of 212.76º 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 #3882DB is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 130 | 219 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.14 |
| HSL | 212.76º | 0.69% | 0.54% | - |
| HSV(B) | 212.76º | 0.74% | 0.86% | - |
| XYZ | 22.4 | 21.92 | 70.07 | - |
| YUV | 118.02 | 184.98 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 219 | 0.74 | 0.41 | 0 | 0.14 | 212.76 | 0.69 | 0.54 |
| Hex | 38 | 82 | DB | 4A | 29 | 0 | E | D5 | 45 | 36 |
| Octal | 70 | 202 | 333 | 112 | 51 | 0 | 16 | 325 | 105 | 66 |
| Binary | 111000 | 10000010 | 11011011 | 1001010 | 101001 | 0 | 1110 | 11010101 | 1000101 | 110110 |
Color Harmonies of #3882DB
Complementary color
Monochromatic Colors of #3882DB
Black with #3882DB
Text Example
Text Example
White with #3882DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3882DB; }
p { color: rgb(56,130,219); }
H1.HeaderClassName
{
color: #3882DB;
}
.AnyTagClassName
{
color: #3882DB;
}
</style>
background-color css
<style>
a { background-color: #3882DB; }
a { background-color: rgb(56,130,219); }
div.DivClassName
{
background-color: #3882DB;
}
.BgClassName
{
background-color: #3882DB;
}
</style>
border-color css
<style>
span { border-color: #3882DB; }
span { border-color: rgb(56,130,219); }
td.TdClassName
{
border-color: #3882DB;
}
.TagClassName
{
border-color: #3882DB;
}
</style>