Shades of Royal Blue #386BE8
Tints of Royal Blue #386BE8
RGB
CMYK
RGB Variations
Color information
#386BE8 (or 0x386BE8) is known color: Royal Blue. HEX triplet: 38, 6B and E8. RGB value is (56,107,232). Sum of RGB (Red+Green+Blue) = 56+107+232=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #386BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BE8 is #C79417. Grayscale: #696969. Windows color (decimal): -13079576 or 15231800. OLE color: 15231800.
HSL color Cylindrical-coordinate representation of color #386BE8: hue angle of 222.61º degrees, saturation: 0.79, 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 #386BE8 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 107 | 232 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.09 |
| HSL | 222.61º | 0.79% | 0.56% | - |
| HSV(B) | 222.61º | 0.76% | 0.91% | - |
| XYZ | 21.45 | 17.18 | 78.53 | - |
| YUV | 106 | 199.1 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 232 | 0.76 | 0.54 | 0 | 0.09 | 222.61 | 0.79 | 0.56 |
| Hex | 38 | 6B | E8 | 4C | 36 | 0 | 9 | DF | 4F | 38 |
| Octal | 70 | 153 | 350 | 114 | 66 | 0 | 11 | 337 | 117 | 70 |
| Binary | 111000 | 1101011 | 11101000 | 1001100 | 110110 | 0 | 1001 | 11011111 | 1001111 | 111000 |
Color Harmonies of #386BE8
Complementary color
Monochromatic Colors of #386BE8
Black with #386BE8
Text Example
Text Example
White with #386BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BE8; }
p { color: rgb(56,107,232); }
H1.HeaderClassName
{
color: #386BE8;
}
.AnyTagClassName
{
color: #386BE8;
}
</style>
background-color css
<style>
a { background-color: #386BE8; }
a { background-color: rgb(56,107,232); }
div.DivClassName
{
background-color: #386BE8;
}
.BgClassName
{
background-color: #386BE8;
}
</style>
border-color css
<style>
span { border-color: #386BE8; }
span { border-color: rgb(56,107,232); }
td.TdClassName
{
border-color: #386BE8;
}
.TagClassName
{
border-color: #386BE8;
}
</style>