Shades of Royal Blue #386BE7
Tints of Royal Blue #386BE7
RGB
CMYK
RGB Variations
Color information
#386BE7 (or 0x386BE7) is known color: Royal Blue. HEX triplet: 38, 6B and E7. RGB value is (56,107,231). Sum of RGB (Red+Green+Blue) = 56+107+231=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #386BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BE7 is #C79418. Grayscale: #696969. Windows color (decimal): -13079577 or 15166264. OLE color: 15166264.
HSL color Cylindrical-coordinate representation of color #386BE7: hue angle of 222.51º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386BE7 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 107 | 231 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.09 |
| HSL | 222.51º | 0.78% | 0.56% | - |
| HSV(B) | 222.51º | 0.76% | 0.91% | - |
| XYZ | 21.31 | 17.13 | 77.78 | - |
| YUV | 105.89 | 198.6 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 231 | 0.76 | 0.54 | 0 | 0.09 | 222.51 | 0.78 | 0.56 |
| Hex | 38 | 6B | E7 | 4C | 36 | 0 | 9 | DF | 4E | 38 |
| Octal | 70 | 153 | 347 | 114 | 66 | 0 | 11 | 337 | 116 | 70 |
| Binary | 111000 | 1101011 | 11100111 | 1001100 | 110110 | 0 | 1001 | 11011111 | 1001110 | 111000 |
Color Harmonies of #386BE7
Complementary color
Monochromatic Colors of #386BE7
Black with #386BE7
Text Example
Text Example
White with #386BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BE7; }
p { color: rgb(56,107,231); }
H1.HeaderClassName
{
color: #386BE7;
}
.AnyTagClassName
{
color: #386BE7;
}
</style>
background-color css
<style>
a { background-color: #386BE7; }
a { background-color: rgb(56,107,231); }
div.DivClassName
{
background-color: #386BE7;
}
.BgClassName
{
background-color: #386BE7;
}
</style>
border-color css
<style>
span { border-color: #386BE7; }
span { border-color: rgb(56,107,231); }
td.TdClassName
{
border-color: #386BE7;
}
.TagClassName
{
border-color: #386BE7;
}
</style>