Shades of Royal Blue #387BEC
Tints of Royal Blue #387BEC
RGB
CMYK
RGB Variations
Color information
#387BEC (or 0x387BEC) is known color: Royal Blue. HEX triplet: 38, 7B and EC. RGB value is (56,123,236). Sum of RGB (Red+Green+Blue) = 56+123+236=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #387BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387BEC is #C78413. Grayscale: #737373. Windows color (decimal): -13075476 or 15498040. OLE color: 15498040.
HSL color Cylindrical-coordinate representation of color #387BEC: hue angle of 217.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #387BEC is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 123 | 236 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.07 |
| HSL | 217.67º | 0.83% | 0.57% | - |
| HSV(B) | 217.67º | 0.76% | 0.93% | - |
| XYZ | 23.85 | 21.06 | 82.17 | - |
| YUV | 115.85 | 195.8 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 236 | 0.76 | 0.48 | 0 | 0.07 | 217.67 | 0.83 | 0.57 |
| Hex | 38 | 7B | EC | 4C | 30 | 0 | 7 | DA | 53 | 39 |
| Octal | 70 | 173 | 354 | 114 | 60 | 0 | 7 | 332 | 123 | 71 |
| Binary | 111000 | 1111011 | 11101100 | 1001100 | 110000 | 0 | 111 | 11011010 | 1010011 | 111001 |
Color Harmonies of #387BEC
Complementary color
Monochromatic Colors of #387BEC
Black with #387BEC
Text Example
Text Example
White with #387BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BEC; }
p { color: rgb(56,123,236); }
H1.HeaderClassName
{
color: #387BEC;
}
.AnyTagClassName
{
color: #387BEC;
}
</style>
background-color css
<style>
a { background-color: #387BEC; }
a { background-color: rgb(56,123,236); }
div.DivClassName
{
background-color: #387BEC;
}
.BgClassName
{
background-color: #387BEC;
}
</style>
border-color css
<style>
span { border-color: #387BEC; }
span { border-color: rgb(56,123,236); }
td.TdClassName
{
border-color: #387BEC;
}
.TagClassName
{
border-color: #387BEC;
}
</style>