Shades of Royal Blue #386EE3
Tints of Royal Blue #386EE3
RGB
CMYK
RGB Variations
Color information
#386EE3 (or 0x386EE3) is known color: Royal Blue. HEX triplet: 38, 6E and E3. RGB value is (56,110,227). Sum of RGB (Red+Green+Blue) = 56+110+227=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 227 (89.06% from 255 or 57.76% from 393); Max value from RGB is 227 - color contains mainly: blue. Hex color #386EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EE3 is #C7911C. Grayscale: #6A6A6A. Windows color (decimal): -13078813 or 14904888. OLE color: 14904888.
HSL color Cylindrical-coordinate representation of color #386EE3: hue angle of 221.05º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386EE3 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 110 | 227 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.11 |
| HSL | 221.05º | 0.75% | 0.55% | - |
| HSV(B) | 221.05º | 0.75% | 0.89% | - |
| XYZ | 21.07 | 17.54 | 74.95 | - |
| YUV | 107.19 | 195.61 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 227 | 0.75 | 0.52 | 0 | 0.11 | 221.05 | 0.75 | 0.55 |
| Hex | 38 | 6E | E3 | 4B | 34 | 0 | B | DD | 4B | 37 |
| Octal | 70 | 156 | 343 | 113 | 64 | 0 | 13 | 335 | 113 | 67 |
| Binary | 111000 | 1101110 | 11100011 | 1001011 | 110100 | 0 | 1011 | 11011101 | 1001011 | 110111 |
Color Harmonies of #386EE3
Complementary color
Monochromatic Colors of #386EE3
Black with #386EE3
Text Example
Text Example
White with #386EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EE3; }
p { color: rgb(56,110,227); }
H1.HeaderClassName
{
color: #386EE3;
}
.AnyTagClassName
{
color: #386EE3;
}
</style>
background-color css
<style>
a { background-color: #386EE3; }
a { background-color: rgb(56,110,227); }
div.DivClassName
{
background-color: #386EE3;
}
.BgClassName
{
background-color: #386EE3;
}
</style>
border-color css
<style>
span { border-color: #386EE3; }
span { border-color: rgb(56,110,227); }
td.TdClassName
{
border-color: #386EE3;
}
.TagClassName
{
border-color: #386EE3;
}
</style>