Shades of Royal Blue #387ADE
Tints of Royal Blue #387ADE
RGB
CMYK
RGB Variations
Color information
#387ADE (or 0x387ADE) is known color: Royal Blue. HEX triplet: 38, 7A and DE. RGB value is (56,122,222). Sum of RGB (Red+Green+Blue) = 56+122+222=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #387ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ADE is #C78521. Grayscale: #717171. Windows color (decimal): -13075746 or 14580280. OLE color: 14580280.
HSL color Cylindrical-coordinate representation of color #387ADE: hue angle of 216.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387ADE is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 122 | 222 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.13 |
| HSL | 216.14º | 0.72% | 0.55% | - |
| HSV(B) | 216.14º | 0.75% | 0.87% | - |
| XYZ | 21.78 | 20.03 | 71.83 | - |
| YUV | 113.67 | 189.13 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 222 | 0.75 | 0.45 | 0 | 0.13 | 216.14 | 0.72 | 0.55 |
| Hex | 38 | 7A | DE | 4B | 2D | 0 | D | D8 | 48 | 37 |
| Octal | 70 | 172 | 336 | 113 | 55 | 0 | 15 | 330 | 110 | 67 |
| Binary | 111000 | 1111010 | 11011110 | 1001011 | 101101 | 0 | 1101 | 11011000 | 1001000 | 110111 |
Color Harmonies of #387ADE
Complementary color
Monochromatic Colors of #387ADE
Black with #387ADE
Text Example
Text Example
White with #387ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387ADE; }
p { color: rgb(56,122,222); }
H1.HeaderClassName
{
color: #387ADE;
}
.AnyTagClassName
{
color: #387ADE;
}
</style>
background-color css
<style>
a { background-color: #387ADE; }
a { background-color: rgb(56,122,222); }
div.DivClassName
{
background-color: #387ADE;
}
.BgClassName
{
background-color: #387ADE;
}
</style>
border-color css
<style>
span { border-color: #387ADE; }
span { border-color: rgb(56,122,222); }
td.TdClassName
{
border-color: #387ADE;
}
.TagClassName
{
border-color: #387ADE;
}
</style>