Shades of Royal Blue #386CE6
Tints of Royal Blue #386CE6
RGB
CMYK
RGB Variations
Color information
#386CE6 (or 0x386CE6) is known color: Royal Blue. HEX triplet: 38, 6C and E6. RGB value is (56,108,230). Sum of RGB (Red+Green+Blue) = 56+108+230=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #386CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CE6 is #C79319. Grayscale: #696969. Windows color (decimal): -13079322 or 15100984. OLE color: 15100984.
HSL color Cylindrical-coordinate representation of color #386CE6: hue angle of 222.07º degrees, saturation: 0.78, 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 #386CE6 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 108 | 230 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.10 |
| HSL | 222.07º | 0.78% | 0.56% | - |
| HSV(B) | 222.07º | 0.76% | 0.9% | - |
| XYZ | 21.28 | 17.28 | 77.08 | - |
| YUV | 106.36 | 197.77 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 230 | 0.76 | 0.53 | 0 | 0.10 | 222.07 | 0.78 | 0.56 |
| Hex | 38 | 6C | E6 | 4C | 35 | 0 | A | DE | 4E | 38 |
| Octal | 70 | 154 | 346 | 114 | 65 | 0 | 12 | 336 | 116 | 70 |
| Binary | 111000 | 1101100 | 11100110 | 1001100 | 110101 | 0 | 1010 | 11011110 | 1001110 | 111000 |
Color Harmonies of #386CE6
Complementary color
Monochromatic Colors of #386CE6
Black with #386CE6
Text Example
Text Example
White with #386CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CE6; }
p { color: rgb(56,108,230); }
H1.HeaderClassName
{
color: #386CE6;
}
.AnyTagClassName
{
color: #386CE6;
}
</style>
background-color css
<style>
a { background-color: #386CE6; }
a { background-color: rgb(56,108,230); }
div.DivClassName
{
background-color: #386CE6;
}
.BgClassName
{
background-color: #386CE6;
}
</style>
border-color css
<style>
span { border-color: #386CE6; }
span { border-color: rgb(56,108,230); }
td.TdClassName
{
border-color: #386CE6;
}
.TagClassName
{
border-color: #386CE6;
}
</style>