Shades of Royal Blue #386FEE
Tints of Royal Blue #386FEE
RGB
CMYK
RGB Variations
Color information
#386FEE (or 0x386FEE) is known color: Royal Blue. HEX triplet: 38, 6F and EE. RGB value is (56,111,238). Sum of RGB (Red+Green+Blue) = 56+111+238=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #386FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FEE is #C79011. Grayscale: #6C6C6C. Windows color (decimal): -13078546 or 15626040. OLE color: 15626040.
HSL color Cylindrical-coordinate representation of color #386FEE: hue angle of 221.87º 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 #386FEE is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 111 | 238 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.07 |
| HSL | 221.87º | 0.84% | 0.58% | - |
| HSV(B) | 221.87º | 0.76% | 0.93% | - |
| XYZ | 22.75 | 18.38 | 83.24 | - |
| YUV | 109.03 | 200.78 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 238 | 0.76 | 0.53 | 0 | 0.07 | 221.87 | 0.84 | 0.58 |
| Hex | 38 | 6F | EE | 4C | 35 | 0 | 7 | DE | 54 | 3A |
| Octal | 70 | 157 | 356 | 114 | 65 | 0 | 7 | 336 | 124 | 72 |
| Binary | 111000 | 1101111 | 11101110 | 1001100 | 110101 | 0 | 111 | 11011110 | 1010100 | 111010 |
Color Harmonies of #386FEE
Complementary color
Monochromatic Colors of #386FEE
Black with #386FEE
Text Example
Text Example
White with #386FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FEE; }
p { color: rgb(56,111,238); }
H1.HeaderClassName
{
color: #386FEE;
}
.AnyTagClassName
{
color: #386FEE;
}
</style>
background-color css
<style>
a { background-color: #386FEE; }
a { background-color: rgb(56,111,238); }
div.DivClassName
{
background-color: #386FEE;
}
.BgClassName
{
background-color: #386FEE;
}
</style>
border-color css
<style>
span { border-color: #386FEE; }
span { border-color: rgb(56,111,238); }
td.TdClassName
{
border-color: #386FEE;
}
.TagClassName
{
border-color: #386FEE;
}
</style>