Shades of Royal Blue #387CE4
Tints of Royal Blue #387CE4
RGB
CMYK
RGB Variations
Color information
#387CE4 (or 0x387CE4) is known color: Royal Blue. HEX triplet: 38, 7C and E4. RGB value is (56,124,228). Sum of RGB (Red+Green+Blue) = 56+124+228=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 228 (89.45% from 255 or 55.88% from 408); Max value from RGB is 228 - color contains mainly: blue. Hex color #387CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CE4 is #C7831B. Grayscale: #737373. Windows color (decimal): -13075228 or 14974008. OLE color: 14974008.
HSL color Cylindrical-coordinate representation of color #387CE4: hue angle of 216.28º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387CE4 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 124 | 228 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.11 |
| HSL | 216.28º | 0.76% | 0.56% | - |
| HSV(B) | 216.28º | 0.75% | 0.89% | - |
| XYZ | 22.84 | 20.86 | 76.22 | - |
| YUV | 115.52 | 191.47 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 228 | 0.75 | 0.46 | 0 | 0.11 | 216.28 | 0.76 | 0.56 |
| Hex | 38 | 7C | E4 | 4B | 2E | 0 | B | D8 | 4C | 38 |
| Octal | 70 | 174 | 344 | 113 | 56 | 0 | 13 | 330 | 114 | 70 |
| Binary | 111000 | 1111100 | 11100100 | 1001011 | 101110 | 0 | 1011 | 11011000 | 1001100 | 111000 |
Color Harmonies of #387CE4
Complementary color
Monochromatic Colors of #387CE4
Black with #387CE4
Text Example
Text Example
White with #387CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CE4; }
p { color: rgb(56,124,228); }
H1.HeaderClassName
{
color: #387CE4;
}
.AnyTagClassName
{
color: #387CE4;
}
</style>
background-color css
<style>
a { background-color: #387CE4; }
a { background-color: rgb(56,124,228); }
div.DivClassName
{
background-color: #387CE4;
}
.BgClassName
{
background-color: #387CE4;
}
</style>
border-color css
<style>
span { border-color: #387CE4; }
span { border-color: rgb(56,124,228); }
td.TdClassName
{
border-color: #387CE4;
}
.TagClassName
{
border-color: #387CE4;
}
</style>