Shades of Royal Blue #386CEC
Tints of Royal Blue #386CEC
RGB
CMYK
RGB Variations
Color information
#386CEC (or 0x386CEC) is known color: Royal Blue. HEX triplet: 38, 6C and EC. RGB value is (56,108,236). Sum of RGB (Red+Green+Blue) = 56+108+236=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #386CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CEC is #C79313. Grayscale: #6A6A6A. Windows color (decimal): -13079316 or 15494200. OLE color: 15494200.
HSL color Cylindrical-coordinate representation of color #386CEC: hue angle of 222.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386CEC is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 108 | 236 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.07 |
| HSL | 222.67º | 0.83% | 0.57% | - |
| HSV(B) | 222.67º | 0.76% | 0.93% | - |
| XYZ | 22.13 | 17.62 | 81.59 | - |
| YUV | 107.04 | 200.77 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 236 | 0.76 | 0.54 | 0 | 0.07 | 222.67 | 0.83 | 0.57 |
| Hex | 38 | 6C | EC | 4C | 36 | 0 | 7 | DF | 53 | 39 |
| Octal | 70 | 154 | 354 | 114 | 66 | 0 | 7 | 337 | 123 | 71 |
| Binary | 111000 | 1101100 | 11101100 | 1001100 | 110110 | 0 | 111 | 11011111 | 1010011 | 111001 |
Color Harmonies of #386CEC
Complementary color
Monochromatic Colors of #386CEC
Black with #386CEC
Text Example
Text Example
White with #386CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CEC; }
p { color: rgb(56,108,236); }
H1.HeaderClassName
{
color: #386CEC;
}
.AnyTagClassName
{
color: #386CEC;
}
</style>
background-color css
<style>
a { background-color: #386CEC; }
a { background-color: rgb(56,108,236); }
div.DivClassName
{
background-color: #386CEC;
}
.BgClassName
{
background-color: #386CEC;
}
</style>
border-color css
<style>
span { border-color: #386CEC; }
span { border-color: rgb(56,108,236); }
td.TdClassName
{
border-color: #386CEC;
}
.TagClassName
{
border-color: #386CEC;
}
</style>