Shades of Royal Blue #386EC7
Tints of Royal Blue #386EC7
RGB
CMYK
RGB Variations
Color information
#386EC7 (or 0x386EC7) is known color: Royal Blue. HEX triplet: 38, 6E and C7. RGB value is (56,110,199). Sum of RGB (Red+Green+Blue) = 56+110+199=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #386EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EC7 is #C79138. Grayscale: #676767. Windows color (decimal): -13078841 or 13069880. OLE color: 13069880.
HSL color Cylindrical-coordinate representation of color #386EC7: hue angle of 217.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #386EC7 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 110 | 199 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.22 |
| HSL | 217.34º | 0.56% | 0.5% | - |
| HSV(B) | 217.34º | 0.72% | 0.78% | - |
| XYZ | 17.52 | 16.12 | 56.22 | - |
| YUV | 104 | 181.61 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 199 | 0.72 | 0.45 | 0 | 0.22 | 217.34 | 0.56 | 0.5 |
| Hex | 38 | 6E | C7 | 48 | 2D | 0 | 16 | D9 | 38 | 32 |
| Octal | 70 | 156 | 307 | 110 | 55 | 0 | 26 | 331 | 70 | 62 |
| Binary | 111000 | 1101110 | 11000111 | 1001000 | 101101 | 0 | 10110 | 11011001 | 111000 | 110010 |
Color Harmonies of #386EC7
Complementary color
Monochromatic Colors of #386EC7
Black with #386EC7
Text Example
Text Example
White with #386EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EC7; }
p { color: rgb(56,110,199); }
H1.HeaderClassName
{
color: #386EC7;
}
.AnyTagClassName
{
color: #386EC7;
}
</style>
background-color css
<style>
a { background-color: #386EC7; }
a { background-color: rgb(56,110,199); }
div.DivClassName
{
background-color: #386EC7;
}
.BgClassName
{
background-color: #386EC7;
}
</style>
border-color css
<style>
span { border-color: #386EC7; }
span { border-color: rgb(56,110,199); }
td.TdClassName
{
border-color: #386EC7;
}
.TagClassName
{
border-color: #386EC7;
}
</style>