Shades of Royal Blue #386EE4
Tints of Royal Blue #386EE4
RGB
CMYK
RGB Variations
Color information
#386EE4 (or 0x386EE4) is known color: Royal Blue. HEX triplet: 38, 6E and E4. RGB value is (56,110,228). Sum of RGB (Red+Green+Blue) = 56+110+228=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #386EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EE4 is #C7911B. Grayscale: #6A6A6A. Windows color (decimal): -13078812 or 14970424. OLE color: 14970424.
HSL color Cylindrical-coordinate representation of color #386EE4: hue angle of 221.16º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386EE4 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 110 | 228 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.11 |
| HSL | 221.16º | 0.76% | 0.56% | - |
| HSV(B) | 221.16º | 0.75% | 0.89% | - |
| XYZ | 21.21 | 17.59 | 75.68 | - |
| YUV | 107.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 228 | 0.75 | 0.52 | 0 | 0.11 | 221.16 | 0.76 | 0.56 |
| Hex | 38 | 6E | E4 | 4B | 34 | 0 | B | DD | 4C | 38 |
| Octal | 70 | 156 | 344 | 113 | 64 | 0 | 13 | 335 | 114 | 70 |
| Binary | 111000 | 1101110 | 11100100 | 1001011 | 110100 | 0 | 1011 | 11011101 | 1001100 | 111000 |
Color Harmonies of #386EE4
Complementary color
Monochromatic Colors of #386EE4
Black with #386EE4
Text Example
Text Example
White with #386EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EE4; }
p { color: rgb(56,110,228); }
H1.HeaderClassName
{
color: #386EE4;
}
.AnyTagClassName
{
color: #386EE4;
}
</style>
background-color css
<style>
a { background-color: #386EE4; }
a { background-color: rgb(56,110,228); }
div.DivClassName
{
background-color: #386EE4;
}
.BgClassName
{
background-color: #386EE4;
}
</style>
border-color css
<style>
span { border-color: #386EE4; }
span { border-color: rgb(56,110,228); }
td.TdClassName
{
border-color: #386EE4;
}
.TagClassName
{
border-color: #386EE4;
}
</style>