Shades of Royal Blue #386EF4
Tints of Royal Blue #386EF4
RGB
CMYK
RGB Variations
Color information
#386EF4 (or 0x386EF4) is known color: Royal Blue. HEX triplet: 38, 6E and F4. RGB value is (56,110,244). Sum of RGB (Red+Green+Blue) = 56+110+244=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 244 (95.70% from 255 or 59.51% from 410); Max value from RGB is 244 - color contains mainly: blue. Hex color #386EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EF4 is #C7910B. Grayscale: #6C6C6C. Windows color (decimal): -13078796 or 16019000. OLE color: 16019000.
HSL color Cylindrical-coordinate representation of color #386EF4: hue angle of 222.77º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386EF4 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 110 | 244 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.04 |
| HSL | 222.77º | 0.9% | 0.59% | - |
| HSV(B) | 222.77º | 0.77% | 0.96% | - |
| XYZ | 23.54 | 18.52 | 87.92 | - |
| YUV | 109.13 | 204.11 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 244 | 0.77 | 0.55 | 0 | 0.04 | 222.77 | 0.9 | 0.59 |
| Hex | 38 | 6E | F4 | 4D | 37 | 0 | 4 | DF | 5A | 3B |
| Octal | 70 | 156 | 364 | 115 | 67 | 0 | 4 | 337 | 132 | 73 |
| Binary | 111000 | 1101110 | 11110100 | 1001101 | 110111 | 0 | 100 | 11011111 | 1011010 | 111011 |
Color Harmonies of #386EF4
Complementary color
Monochromatic Colors of #386EF4
Black with #386EF4
Text Example
Text Example
White with #386EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EF4; }
p { color: rgb(56,110,244); }
H1.HeaderClassName
{
color: #386EF4;
}
.AnyTagClassName
{
color: #386EF4;
}
</style>
background-color css
<style>
a { background-color: #386EF4; }
a { background-color: rgb(56,110,244); }
div.DivClassName
{
background-color: #386EF4;
}
.BgClassName
{
background-color: #386EF4;
}
</style>
border-color css
<style>
span { border-color: #386EF4; }
span { border-color: rgb(56,110,244); }
td.TdClassName
{
border-color: #386EF4;
}
.TagClassName
{
border-color: #386EF4;
}
</style>