Shades of Royal Blue #387ADB
Tints of Royal Blue #387ADB
RGB
CMYK
RGB Variations
Color information
#387ADB (or 0x387ADB) is known color: Royal Blue. HEX triplet: 38, 7A and DB. RGB value is (56,122,219). Sum of RGB (Red+Green+Blue) = 56+122+219=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #387ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ADB is #C78524. Grayscale: #707070. Windows color (decimal): -13075749 or 14383672. OLE color: 14383672.
HSL color Cylindrical-coordinate representation of color #387ADB: hue angle of 215.71º 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 #387ADB is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 122 | 219 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.14 |
| HSL | 215.71º | 0.69% | 0.54% | - |
| HSV(B) | 215.71º | 0.74% | 0.86% | - |
| XYZ | 21.38 | 19.87 | 69.73 | - |
| YUV | 113.32 | 187.63 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 219 | 0.74 | 0.44 | 0 | 0.14 | 215.71 | 0.69 | 0.54 |
| Hex | 38 | 7A | DB | 4A | 2C | 0 | E | D8 | 45 | 36 |
| Octal | 70 | 172 | 333 | 112 | 54 | 0 | 16 | 330 | 105 | 66 |
| Binary | 111000 | 1111010 | 11011011 | 1001010 | 101100 | 0 | 1110 | 11011000 | 1000101 | 110110 |
Color Harmonies of #387ADB
Complementary color
Monochromatic Colors of #387ADB
Black with #387ADB
Text Example
Text Example
White with #387ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387ADB; }
p { color: rgb(56,122,219); }
H1.HeaderClassName
{
color: #387ADB;
}
.AnyTagClassName
{
color: #387ADB;
}
</style>
background-color css
<style>
a { background-color: #387ADB; }
a { background-color: rgb(56,122,219); }
div.DivClassName
{
background-color: #387ADB;
}
.BgClassName
{
background-color: #387ADB;
}
</style>
border-color css
<style>
span { border-color: #387ADB; }
span { border-color: rgb(56,122,219); }
td.TdClassName
{
border-color: #387ADB;
}
.TagClassName
{
border-color: #387ADB;
}
</style>