Shades of Royal Blue #386BEE
Tints of Royal Blue #386BEE
RGB
CMYK
RGB Variations
Color information
#386BEE (or 0x386BEE) is known color: Royal Blue. HEX triplet: 38, 6B and EE. RGB value is (56,107,238). Sum of RGB (Red+Green+Blue) = 56+107+238=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #386BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BEE is #C79411. Grayscale: #6A6A6A. Windows color (decimal): -13079570 or 15625016. OLE color: 15625016.
HSL color Cylindrical-coordinate representation of color #386BEE: hue angle of 223.19º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386BEE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 107 | 238 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.07 |
| HSL | 223.19º | 0.84% | 0.58% | - |
| HSV(B) | 223.19º | 0.76% | 0.93% | - |
| XYZ | 22.32 | 17.53 | 83.1 | - |
| YUV | 106.69 | 202.1 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 238 | 0.76 | 0.55 | 0 | 0.07 | 223.19 | 0.84 | 0.58 |
| Hex | 38 | 6B | EE | 4C | 37 | 0 | 7 | DF | 54 | 3A |
| Octal | 70 | 153 | 356 | 114 | 67 | 0 | 7 | 337 | 124 | 72 |
| Binary | 111000 | 1101011 | 11101110 | 1001100 | 110111 | 0 | 111 | 11011111 | 1010100 | 111010 |
Color Harmonies of #386BEE
Complementary color
Monochromatic Colors of #386BEE
Black with #386BEE
Text Example
Text Example
White with #386BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BEE; }
p { color: rgb(56,107,238); }
H1.HeaderClassName
{
color: #386BEE;
}
.AnyTagClassName
{
color: #386BEE;
}
</style>
background-color css
<style>
a { background-color: #386BEE; }
a { background-color: rgb(56,107,238); }
div.DivClassName
{
background-color: #386BEE;
}
.BgClassName
{
background-color: #386BEE;
}
</style>
border-color css
<style>
span { border-color: #386BEE; }
span { border-color: rgb(56,107,238); }
td.TdClassName
{
border-color: #386BEE;
}
.TagClassName
{
border-color: #386BEE;
}
</style>