Shades of Royal Blue #386EEB
Tints of Royal Blue #386EEB
RGB
CMYK
RGB Variations
Color information
#386EEB (or 0x386EEB) is known color: Royal Blue. HEX triplet: 38, 6E and EB. RGB value is (56,110,235). Sum of RGB (Red+Green+Blue) = 56+110+235=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #386EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EEB is #C79114. Grayscale: #6B6B6B. Windows color (decimal): -13078805 or 15429176. OLE color: 15429176.
HSL color Cylindrical-coordinate representation of color #386EEB: hue angle of 221.9º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386EEB is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 110 | 235 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.08 |
| HSL | 221.9º | 0.82% | 0.57% | - |
| HSV(B) | 221.9º | 0.76% | 0.92% | - |
| XYZ | 22.2 | 17.99 | 80.9 | - |
| YUV | 108.1 | 199.61 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 235 | 0.76 | 0.53 | 0 | 0.08 | 221.9 | 0.82 | 0.57 |
| Hex | 38 | 6E | EB | 4C | 35 | 0 | 8 | DE | 52 | 39 |
| Octal | 70 | 156 | 353 | 114 | 65 | 0 | 10 | 336 | 122 | 71 |
| Binary | 111000 | 1101110 | 11101011 | 1001100 | 110101 | 0 | 1000 | 11011110 | 1010010 | 111001 |
Color Harmonies of #386EEB
Complementary color
Monochromatic Colors of #386EEB
Black with #386EEB
Text Example
Text Example
White with #386EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EEB; }
p { color: rgb(56,110,235); }
H1.HeaderClassName
{
color: #386EEB;
}
.AnyTagClassName
{
color: #386EEB;
}
</style>
background-color css
<style>
a { background-color: #386EEB; }
a { background-color: rgb(56,110,235); }
div.DivClassName
{
background-color: #386EEB;
}
.BgClassName
{
background-color: #386EEB;
}
</style>
border-color css
<style>
span { border-color: #386EEB; }
span { border-color: rgb(56,110,235); }
td.TdClassName
{
border-color: #386EEB;
}
.TagClassName
{
border-color: #386EEB;
}
</style>