Shades of Royal Blue #386FE5
Tints of Royal Blue #386FE5
RGB
CMYK
RGB Variations
Color information
#386FE5 (or 0x386FE5) is known color: Royal Blue. HEX triplet: 38, 6F and E5. RGB value is (56,111,229). Sum of RGB (Red+Green+Blue) = 56+111+229=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #386FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FE5 is #C7901A. Grayscale: #6B6B6B. Windows color (decimal): -13078555 or 15036216. OLE color: 15036216.
HSL color Cylindrical-coordinate representation of color #386FE5: hue angle of 220.92º 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 #386FE5 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 111 | 229 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.10 |
| HSL | 220.92º | 0.77% | 0.56% | - |
| HSV(B) | 220.92º | 0.76% | 0.9% | - |
| XYZ | 21.46 | 17.87 | 76.45 | - |
| YUV | 108.01 | 196.28 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 229 | 0.76 | 0.52 | 0 | 0.10 | 220.92 | 0.77 | 0.56 |
| Hex | 38 | 6F | E5 | 4C | 34 | 0 | A | DD | 4D | 38 |
| Octal | 70 | 157 | 345 | 114 | 64 | 0 | 12 | 335 | 115 | 70 |
| Binary | 111000 | 1101111 | 11100101 | 1001100 | 110100 | 0 | 1010 | 11011101 | 1001101 | 111000 |
Color Harmonies of #386FE5
Complementary color
Monochromatic Colors of #386FE5
Black with #386FE5
Text Example
Text Example
White with #386FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FE5; }
p { color: rgb(56,111,229); }
H1.HeaderClassName
{
color: #386FE5;
}
.AnyTagClassName
{
color: #386FE5;
}
</style>
background-color css
<style>
a { background-color: #386FE5; }
a { background-color: rgb(56,111,229); }
div.DivClassName
{
background-color: #386FE5;
}
.BgClassName
{
background-color: #386FE5;
}
</style>
border-color css
<style>
span { border-color: #386FE5; }
span { border-color: rgb(56,111,229); }
td.TdClassName
{
border-color: #386FE5;
}
.TagClassName
{
border-color: #386FE5;
}
</style>