Shades of Royal Blue #386EDD
Tints of Royal Blue #386EDD
RGB
CMYK
RGB Variations
Color information
#386EDD (or 0x386EDD) is known color: Royal Blue. HEX triplet: 38, 6E and DD. RGB value is (56,110,221). Sum of RGB (Red+Green+Blue) = 56+110+221=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #386EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EDD is #C79122. Grayscale: #6A6A6A. Windows color (decimal): -13078819 or 14511672. OLE color: 14511672.
HSL color Cylindrical-coordinate representation of color #386EDD: hue angle of 220.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386EDD is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 110 | 221 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.13 |
| HSL | 220.36º | 0.71% | 0.54% | - |
| HSV(B) | 220.36º | 0.75% | 0.87% | - |
| XYZ | 20.26 | 17.21 | 70.66 | - |
| YUV | 106.51 | 192.61 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 221 | 0.75 | 0.50 | 0 | 0.13 | 220.36 | 0.71 | 0.54 |
| Hex | 38 | 6E | DD | 4B | 32 | 0 | D | DC | 47 | 36 |
| Octal | 70 | 156 | 335 | 113 | 62 | 0 | 15 | 334 | 107 | 66 |
| Binary | 111000 | 1101110 | 11011101 | 1001011 | 110010 | 0 | 1101 | 11011100 | 1000111 | 110110 |
Color Harmonies of #386EDD
Complementary color
Monochromatic Colors of #386EDD
Black with #386EDD
Text Example
Text Example
White with #386EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EDD; }
p { color: rgb(56,110,221); }
H1.HeaderClassName
{
color: #386EDD;
}
.AnyTagClassName
{
color: #386EDD;
}
</style>
background-color css
<style>
a { background-color: #386EDD; }
a { background-color: rgb(56,110,221); }
div.DivClassName
{
background-color: #386EDD;
}
.BgClassName
{
background-color: #386EDD;
}
</style>
border-color css
<style>
span { border-color: #386EDD; }
span { border-color: rgb(56,110,221); }
td.TdClassName
{
border-color: #386EDD;
}
.TagClassName
{
border-color: #386EDD;
}
</style>