Shades of Royal Blue #386EF1
Tints of Royal Blue #386EF1
RGB
CMYK
RGB Variations
Color information
#386EF1 (or 0x386EF1) is known color: Royal Blue. HEX triplet: 38, 6E and F1. RGB value is (56,110,241). Sum of RGB (Red+Green+Blue) = 56+110+241=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #386EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EF1 is #C7910E. Grayscale: #6C6C6C. Windows color (decimal): -13078799 or 15822392. OLE color: 15822392.
HSL color Cylindrical-coordinate representation of color #386EF1: hue angle of 222.49º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386EF1 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 110 | 241 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.05 |
| HSL | 222.49º | 0.87% | 0.58% | - |
| HSV(B) | 222.49º | 0.77% | 0.95% | - |
| XYZ | 23.08 | 18.34 | 85.54 | - |
| YUV | 108.79 | 202.61 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 241 | 0.77 | 0.54 | 0 | 0.05 | 222.49 | 0.87 | 0.58 |
| Hex | 38 | 6E | F1 | 4D | 36 | 0 | 5 | DE | 57 | 3A |
| Octal | 70 | 156 | 361 | 115 | 66 | 0 | 5 | 336 | 127 | 72 |
| Binary | 111000 | 1101110 | 11110001 | 1001101 | 110110 | 0 | 101 | 11011110 | 1010111 | 111010 |
Color Harmonies of #386EF1
Complementary color
Monochromatic Colors of #386EF1
Black with #386EF1
Text Example
Text Example
White with #386EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EF1; }
p { color: rgb(56,110,241); }
H1.HeaderClassName
{
color: #386EF1;
}
.AnyTagClassName
{
color: #386EF1;
}
</style>
background-color css
<style>
a { background-color: #386EF1; }
a { background-color: rgb(56,110,241); }
div.DivClassName
{
background-color: #386EF1;
}
.BgClassName
{
background-color: #386EF1;
}
</style>
border-color css
<style>
span { border-color: #386EF1; }
span { border-color: rgb(56,110,241); }
td.TdClassName
{
border-color: #386EF1;
}
.TagClassName
{
border-color: #386EF1;
}
</style>