Shades of Royal Blue #386EE5
Tints of Royal Blue #386EE5
RGB
CMYK
RGB Variations
Color information
#386EE5 (or 0x386EE5) is known color: Royal Blue. HEX triplet: 38, 6E and E5. RGB value is (56,110,229). Sum of RGB (Red+Green+Blue) = 56+110+229=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #386EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EE5 is #C7911A. Grayscale: #6A6A6A. Windows color (decimal): -13078811 or 15035960. OLE color: 15035960.
HSL color Cylindrical-coordinate representation of color #386EE5: hue angle of 221.27º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386EE5 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 110 | 229 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.10 |
| HSL | 221.27º | 0.77% | 0.56% | - |
| HSV(B) | 221.27º | 0.76% | 0.9% | - |
| XYZ | 21.35 | 17.65 | 76.41 | - |
| YUV | 107.42 | 196.61 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 229 | 0.76 | 0.52 | 0 | 0.10 | 221.27 | 0.77 | 0.56 |
| Hex | 38 | 6E | E5 | 4C | 34 | 0 | A | DD | 4D | 38 |
| Octal | 70 | 156 | 345 | 114 | 64 | 0 | 12 | 335 | 115 | 70 |
| Binary | 111000 | 1101110 | 11100101 | 1001100 | 110100 | 0 | 1010 | 11011101 | 1001101 | 111000 |
Color Harmonies of #386EE5
Complementary color
Monochromatic Colors of #386EE5
Black with #386EE5
Text Example
Text Example
White with #386EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EE5; }
p { color: rgb(56,110,229); }
H1.HeaderClassName
{
color: #386EE5;
}
.AnyTagClassName
{
color: #386EE5;
}
</style>
background-color css
<style>
a { background-color: #386EE5; }
a { background-color: rgb(56,110,229); }
div.DivClassName
{
background-color: #386EE5;
}
.BgClassName
{
background-color: #386EE5;
}
</style>
border-color css
<style>
span { border-color: #386EE5; }
span { border-color: rgb(56,110,229); }
td.TdClassName
{
border-color: #386EE5;
}
.TagClassName
{
border-color: #386EE5;
}
</style>