Shades of Royal Blue #386CE4
Tints of Royal Blue #386CE4
RGB
CMYK
RGB Variations
Color information
#386CE4 (or 0x386CE4) is known color: Royal Blue. HEX triplet: 38, 6C and E4. RGB value is (56,108,228). Sum of RGB (Red+Green+Blue) = 56+108+228=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 228 (89.45% from 255 or 58.16% from 392); Max value from RGB is 228 - color contains mainly: blue. Hex color #386CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CE4 is #C7931B. Grayscale: #696969. Windows color (decimal): -13079324 or 14969912. OLE color: 14969912.
HSL color Cylindrical-coordinate representation of color #386CE4: hue angle of 221.86º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386CE4 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 108 | 228 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.11 |
| HSL | 221.86º | 0.76% | 0.56% | - |
| HSV(B) | 221.86º | 0.75% | 0.89% | - |
| XYZ | 21 | 17.17 | 75.61 | - |
| YUV | 106.13 | 196.77 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 228 | 0.75 | 0.53 | 0 | 0.11 | 221.86 | 0.76 | 0.56 |
| Hex | 38 | 6C | E4 | 4B | 35 | 0 | B | DE | 4C | 38 |
| Octal | 70 | 154 | 344 | 113 | 65 | 0 | 13 | 336 | 114 | 70 |
| Binary | 111000 | 1101100 | 11100100 | 1001011 | 110101 | 0 | 1011 | 11011110 | 1001100 | 111000 |
Color Harmonies of #386CE4
Complementary color
Monochromatic Colors of #386CE4
Black with #386CE4
Text Example
Text Example
White with #386CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CE4; }
p { color: rgb(56,108,228); }
H1.HeaderClassName
{
color: #386CE4;
}
.AnyTagClassName
{
color: #386CE4;
}
</style>
background-color css
<style>
a { background-color: #386CE4; }
a { background-color: rgb(56,108,228); }
div.DivClassName
{
background-color: #386CE4;
}
.BgClassName
{
background-color: #386CE4;
}
</style>
border-color css
<style>
span { border-color: #386CE4; }
span { border-color: rgb(56,108,228); }
td.TdClassName
{
border-color: #386CE4;
}
.TagClassName
{
border-color: #386CE4;
}
</style>