Shades of Royal Blue #386ECF
Tints of Royal Blue #386ECF
RGB
CMYK
RGB Variations
Color information
#386ECF (or 0x386ECF) is known color: Royal Blue. HEX triplet: 38, 6E and CF. RGB value is (56,110,207). Sum of RGB (Red+Green+Blue) = 56+110+207=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #386ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ECF is #C79130. Grayscale: #686868. Windows color (decimal): -13078833 or 13594168. OLE color: 13594168.
HSL color Cylindrical-coordinate representation of color #386ECF: hue angle of 218.54º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386ECF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 110 | 207 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.19 |
| HSL | 218.54º | 0.61% | 0.52% | - |
| HSV(B) | 218.54º | 0.73% | 0.81% | - |
| XYZ | 18.47 | 16.5 | 61.24 | - |
| YUV | 104.91 | 185.61 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 207 | 0.73 | 0.47 | 0 | 0.19 | 218.54 | 0.61 | 0.52 |
| Hex | 38 | 6E | CF | 49 | 2F | 0 | 13 | DB | 3D | 34 |
| Octal | 70 | 156 | 317 | 111 | 57 | 0 | 23 | 333 | 75 | 64 |
| Binary | 111000 | 1101110 | 11001111 | 1001001 | 101111 | 0 | 10011 | 11011011 | 111101 | 110100 |
Color Harmonies of #386ECF
Complementary color
Monochromatic Colors of #386ECF
Black with #386ECF
Text Example
Text Example
White with #386ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386ECF; }
p { color: rgb(56,110,207); }
H1.HeaderClassName
{
color: #386ECF;
}
.AnyTagClassName
{
color: #386ECF;
}
</style>
background-color css
<style>
a { background-color: #386ECF; }
a { background-color: rgb(56,110,207); }
div.DivClassName
{
background-color: #386ECF;
}
.BgClassName
{
background-color: #386ECF;
}
</style>
border-color css
<style>
span { border-color: #386ECF; }
span { border-color: rgb(56,110,207); }
td.TdClassName
{
border-color: #386ECF;
}
.TagClassName
{
border-color: #386ECF;
}
</style>