Shades of Royal Blue #387EE5
Tints of Royal Blue #387EE5
RGB
CMYK
RGB Variations
Color information
#387EE5 (or 0x387EE5) is known color: Royal Blue. HEX triplet: 38, 7E and E5. RGB value is (56,126,229). Sum of RGB (Red+Green+Blue) = 56+126+229=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #387EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387EE5 is #C7811A. Grayscale: #747474. Windows color (decimal): -13074715 or 15040056. OLE color: 15040056.
HSL color Cylindrical-coordinate representation of color #387EE5: hue angle of 215.72º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #387EE5 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 126 | 229 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.10 |
| HSL | 215.72º | 0.77% | 0.56% | - |
| HSV(B) | 215.72º | 0.76% | 0.9% | - |
| XYZ | 23.23 | 21.42 | 77.04 | - |
| YUV | 116.81 | 191.31 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 229 | 0.76 | 0.45 | 0 | 0.10 | 215.72 | 0.77 | 0.56 |
| Hex | 38 | 7E | E5 | 4C | 2D | 0 | A | D8 | 4D | 38 |
| Octal | 70 | 176 | 345 | 114 | 55 | 0 | 12 | 330 | 115 | 70 |
| Binary | 111000 | 1111110 | 11100101 | 1001100 | 101101 | 0 | 1010 | 11011000 | 1001101 | 111000 |
Color Harmonies of #387EE5
Complementary color
Monochromatic Colors of #387EE5
Black with #387EE5
Text Example
Text Example
White with #387EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387EE5; }
p { color: rgb(56,126,229); }
H1.HeaderClassName
{
color: #387EE5;
}
.AnyTagClassName
{
color: #387EE5;
}
</style>
background-color css
<style>
a { background-color: #387EE5; }
a { background-color: rgb(56,126,229); }
div.DivClassName
{
background-color: #387EE5;
}
.BgClassName
{
background-color: #387EE5;
}
</style>
border-color css
<style>
span { border-color: #387EE5; }
span { border-color: rgb(56,126,229); }
td.TdClassName
{
border-color: #387EE5;
}
.TagClassName
{
border-color: #387EE5;
}
</style>