Shades of Royal Blue #386FDE
Tints of Royal Blue #386FDE
RGB
CMYK
RGB Variations
Color information
#386FDE (or 0x386FDE) is known color: Royal Blue. HEX triplet: 38, 6F and DE. RGB value is (56,111,222). Sum of RGB (Red+Green+Blue) = 56+111+222=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #386FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FDE is #C79021. Grayscale: #6A6A6A. Windows color (decimal): -13078562 or 14577464. OLE color: 14577464.
HSL color Cylindrical-coordinate representation of color #386FDE: hue angle of 220.12º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386FDE is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 111 | 222 | - |
| CMYK | 0.75 | 0.5 | 0 | 0.13 |
| HSL | 220.12º | 0.72% | 0.55% | - |
| HSV(B) | 220.12º | 0.75% | 0.87% | - |
| XYZ | 20.5 | 17.48 | 71.4 | - |
| YUV | 107.21 | 192.78 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 222 | 0.75 | 0.5 | 0 | 0.13 | 220.12 | 0.72 | 0.55 |
| Hex | 38 | 6F | DE | 4B | 32 | 0 | D | DC | 48 | 37 |
| Octal | 70 | 157 | 336 | 113 | 62 | 0 | 15 | 334 | 110 | 67 |
| Binary | 111000 | 1101111 | 11011110 | 1001011 | 110010 | 0 | 1101 | 11011100 | 1001000 | 110111 |
Color Harmonies of #386FDE
Complementary color
Monochromatic Colors of #386FDE
Black with #386FDE
Text Example
Text Example
White with #386FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FDE; }
p { color: rgb(56,111,222); }
H1.HeaderClassName
{
color: #386FDE;
}
.AnyTagClassName
{
color: #386FDE;
}
</style>
background-color css
<style>
a { background-color: #386FDE; }
a { background-color: rgb(56,111,222); }
div.DivClassName
{
background-color: #386FDE;
}
.BgClassName
{
background-color: #386FDE;
}
</style>
border-color css
<style>
span { border-color: #386FDE; }
span { border-color: rgb(56,111,222); }
td.TdClassName
{
border-color: #386FDE;
}
.TagClassName
{
border-color: #386FDE;
}
</style>