Shades of Royal Blue #386FE9
Tints of Royal Blue #386FE9
RGB
CMYK
RGB Variations
Color information
#386FE9 (or 0x386FE9) is known color: Royal Blue. HEX triplet: 38, 6F and E9. RGB value is (56,111,233). Sum of RGB (Red+Green+Blue) = 56+111+233=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 233 (91.41% from 255 or 58.25% from 400); Max value from RGB is 233 - color contains mainly: blue. Hex color #386FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FE9 is #C79016. Grayscale: #6B6B6B. Windows color (decimal): -13078551 or 15298360. OLE color: 15298360.
HSL color Cylindrical-coordinate representation of color #386FE9: hue angle of 221.36º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386FE9 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 111 | 233 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.09 |
| HSL | 221.36º | 0.8% | 0.57% | - |
| HSV(B) | 221.36º | 0.76% | 0.91% | - |
| XYZ | 22.02 | 18.09 | 79.42 | - |
| YUV | 108.46 | 198.28 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 233 | 0.76 | 0.52 | 0 | 0.09 | 221.36 | 0.8 | 0.57 |
| Hex | 38 | 6F | E9 | 4C | 34 | 0 | 9 | DD | 50 | 39 |
| Octal | 70 | 157 | 351 | 114 | 64 | 0 | 11 | 335 | 120 | 71 |
| Binary | 111000 | 1101111 | 11101001 | 1001100 | 110100 | 0 | 1001 | 11011101 | 1010000 | 111001 |
Color Harmonies of #386FE9
Complementary color
Monochromatic Colors of #386FE9
Black with #386FE9
Text Example
Text Example
White with #386FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FE9; }
p { color: rgb(56,111,233); }
H1.HeaderClassName
{
color: #386FE9;
}
.AnyTagClassName
{
color: #386FE9;
}
</style>
background-color css
<style>
a { background-color: #386FE9; }
a { background-color: rgb(56,111,233); }
div.DivClassName
{
background-color: #386FE9;
}
.BgClassName
{
background-color: #386FE9;
}
</style>
border-color css
<style>
span { border-color: #386FE9; }
span { border-color: rgb(56,111,233); }
td.TdClassName
{
border-color: #386FE9;
}
.TagClassName
{
border-color: #386FE9;
}
</style>