Shades of Royal Blue #3880DB
Tints of Royal Blue #3880DB
RGB
CMYK
RGB Variations
Color information
#3880DB (or 0x3880DB) is known color: Royal Blue. HEX triplet: 38, 80 and DB. RGB value is (56,128,219). Sum of RGB (Red+Green+Blue) = 56+128+219=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #3880DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880DB is #C77F24. Grayscale: #747474. Windows color (decimal): -13074213 or 14385208. OLE color: 14385208.
HSL color Cylindrical-coordinate representation of color #3880DB: hue angle of 213.5º 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 #3880DB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 128 | 219 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.14 |
| HSL | 213.5º | 0.69% | 0.54% | - |
| HSV(B) | 213.5º | 0.74% | 0.86% | - |
| XYZ | 22.14 | 21.39 | 69.98 | - |
| YUV | 116.85 | 185.65 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 219 | 0.74 | 0.42 | 0 | 0.14 | 213.5 | 0.69 | 0.54 |
| Hex | 38 | 80 | DB | 4A | 2A | 0 | E | D5 | 45 | 36 |
| Octal | 70 | 200 | 333 | 112 | 52 | 0 | 16 | 325 | 105 | 66 |
| Binary | 111000 | 10000000 | 11011011 | 1001010 | 101010 | 0 | 1110 | 11010101 | 1000101 | 110110 |
Color Harmonies of #3880DB
Complementary color
Monochromatic Colors of #3880DB
Black with #3880DB
Text Example
Text Example
White with #3880DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880DB; }
p { color: rgb(56,128,219); }
H1.HeaderClassName
{
color: #3880DB;
}
.AnyTagClassName
{
color: #3880DB;
}
</style>
background-color css
<style>
a { background-color: #3880DB; }
a { background-color: rgb(56,128,219); }
div.DivClassName
{
background-color: #3880DB;
}
.BgClassName
{
background-color: #3880DB;
}
</style>
border-color css
<style>
span { border-color: #3880DB; }
span { border-color: rgb(56,128,219); }
td.TdClassName
{
border-color: #3880DB;
}
.TagClassName
{
border-color: #3880DB;
}
</style>