Shades of Royal Blue #386EEF
Tints of Royal Blue #386EEF
RGB
CMYK
RGB Variations
Color information
#386EEF (or 0x386EEF) is known color: Royal Blue. HEX triplet: 38, 6E and EF. RGB value is (56,110,239). Sum of RGB (Red+Green+Blue) = 56+110+239=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #386EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EEF is #C79110. Grayscale: #6B6B6B. Windows color (decimal): -13078801 or 15691320. OLE color: 15691320.
HSL color Cylindrical-coordinate representation of color #386EEF: hue angle of 222.3º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386EEF is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 110 | 239 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.06 |
| HSL | 222.3º | 0.85% | 0.58% | - |
| HSV(B) | 222.3º | 0.77% | 0.94% | - |
| XYZ | 22.79 | 18.22 | 83.98 | - |
| YUV | 108.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 239 | 0.77 | 0.54 | 0 | 0.06 | 222.3 | 0.85 | 0.58 |
| Hex | 38 | 6E | EF | 4D | 36 | 0 | 6 | DE | 55 | 3A |
| Octal | 70 | 156 | 357 | 115 | 66 | 0 | 6 | 336 | 125 | 72 |
| Binary | 111000 | 1101110 | 11101111 | 1001101 | 110110 | 0 | 110 | 11011110 | 1010101 | 111010 |
Color Harmonies of #386EEF
Complementary color
Monochromatic Colors of #386EEF
Black with #386EEF
Text Example
Text Example
White with #386EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EEF; }
p { color: rgb(56,110,239); }
H1.HeaderClassName
{
color: #386EEF;
}
.AnyTagClassName
{
color: #386EEF;
}
</style>
background-color css
<style>
a { background-color: #386EEF; }
a { background-color: rgb(56,110,239); }
div.DivClassName
{
background-color: #386EEF;
}
.BgClassName
{
background-color: #386EEF;
}
</style>
border-color css
<style>
span { border-color: #386EEF; }
span { border-color: rgb(56,110,239); }
td.TdClassName
{
border-color: #386EEF;
}
.TagClassName
{
border-color: #386EEF;
}
</style>