Shades of Royal Blue #386CEE
Tints of Royal Blue #386CEE
RGB
CMYK
RGB Variations
Color information
#386CEE (or 0x386CEE) is known color: Royal Blue. HEX triplet: 38, 6C and EE. RGB value is (56,108,238). Sum of RGB (Red+Green+Blue) = 56+108+238=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #386CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CEE is #C79311. Grayscale: #6A6A6A. Windows color (decimal): -13079314 or 15625272. OLE color: 15625272.
HSL color Cylindrical-coordinate representation of color #386CEE: hue angle of 222.86º 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 #386CEE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 108 | 238 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.07 |
| HSL | 222.86º | 0.84% | 0.58% | - |
| HSV(B) | 222.86º | 0.76% | 0.93% | - |
| XYZ | 22.43 | 17.74 | 83.13 | - |
| YUV | 107.27 | 201.77 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 238 | 0.76 | 0.55 | 0 | 0.07 | 222.86 | 0.84 | 0.58 |
| Hex | 38 | 6C | EE | 4C | 37 | 0 | 7 | DF | 54 | 3A |
| Octal | 70 | 154 | 356 | 114 | 67 | 0 | 7 | 337 | 124 | 72 |
| Binary | 111000 | 1101100 | 11101110 | 1001100 | 110111 | 0 | 111 | 11011111 | 1010100 | 111010 |
Color Harmonies of #386CEE
Complementary color
Monochromatic Colors of #386CEE
Black with #386CEE
Text Example
Text Example
White with #386CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CEE; }
p { color: rgb(56,108,238); }
H1.HeaderClassName
{
color: #386CEE;
}
.AnyTagClassName
{
color: #386CEE;
}
</style>
background-color css
<style>
a { background-color: #386CEE; }
a { background-color: rgb(56,108,238); }
div.DivClassName
{
background-color: #386CEE;
}
.BgClassName
{
background-color: #386CEE;
}
</style>
border-color css
<style>
span { border-color: #386CEE; }
span { border-color: rgb(56,108,238); }
td.TdClassName
{
border-color: #386CEE;
}
.TagClassName
{
border-color: #386CEE;
}
</style>