Shades of Royal Blue #386FE6
Tints of Royal Blue #386FE6
RGB
CMYK
RGB Variations
Color information
#386FE6 (or 0x386FE6) is known color: Royal Blue. HEX triplet: 38, 6F and E6. RGB value is (56,111,230). Sum of RGB (Red+Green+Blue) = 56+111+230=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #386FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FE6 is #C79019. Grayscale: #6B6B6B. Windows color (decimal): -13078554 or 15101752. OLE color: 15101752.
HSL color Cylindrical-coordinate representation of color #386FE6: hue angle of 221.03º 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 #386FE6 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 111 | 230 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.10 |
| HSL | 221.03º | 0.78% | 0.56% | - |
| HSV(B) | 221.03º | 0.76% | 0.9% | - |
| XYZ | 21.6 | 17.92 | 77.18 | - |
| YUV | 108.12 | 196.78 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 230 | 0.76 | 0.52 | 0 | 0.10 | 221.03 | 0.78 | 0.56 |
| Hex | 38 | 6F | E6 | 4C | 34 | 0 | A | DD | 4E | 38 |
| Octal | 70 | 157 | 346 | 114 | 64 | 0 | 12 | 335 | 116 | 70 |
| Binary | 111000 | 1101111 | 11100110 | 1001100 | 110100 | 0 | 1010 | 11011101 | 1001110 | 111000 |
Color Harmonies of #386FE6
Complementary color
Monochromatic Colors of #386FE6
Black with #386FE6
Text Example
Text Example
White with #386FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FE6; }
p { color: rgb(56,111,230); }
H1.HeaderClassName
{
color: #386FE6;
}
.AnyTagClassName
{
color: #386FE6;
}
</style>
background-color css
<style>
a { background-color: #386FE6; }
a { background-color: rgb(56,111,230); }
div.DivClassName
{
background-color: #386FE6;
}
.BgClassName
{
background-color: #386FE6;
}
</style>
border-color css
<style>
span { border-color: #386FE6; }
span { border-color: rgb(56,111,230); }
td.TdClassName
{
border-color: #386FE6;
}
.TagClassName
{
border-color: #386FE6;
}
</style>