Shades of Royal Blue #386ED0
Tints of Royal Blue #386ED0
RGB
CMYK
RGB Variations
Color information
#386ED0 (or 0x386ED0) is known color: Royal Blue. HEX triplet: 38, 6E and D0. RGB value is (56,110,208). Sum of RGB (Red+Green+Blue) = 56+110+208=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #386ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ED0 is #C7912F. Grayscale: #686868. Windows color (decimal): -13078832 or 13659704. OLE color: 13659704.
HSL color Cylindrical-coordinate representation of color #386ED0: hue angle of 218.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386ED0 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 110 | 208 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.18 |
| HSL | 218.68º | 0.62% | 0.52% | - |
| HSV(B) | 218.68º | 0.73% | 0.82% | - |
| XYZ | 18.59 | 16.55 | 61.89 | - |
| YUV | 105.03 | 186.11 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 208 | 0.73 | 0.47 | 0 | 0.18 | 218.68 | 0.62 | 0.52 |
| Hex | 38 | 6E | D0 | 49 | 2F | 0 | 12 | DB | 3E | 34 |
| Octal | 70 | 156 | 320 | 111 | 57 | 0 | 22 | 333 | 76 | 64 |
| Binary | 111000 | 1101110 | 11010000 | 1001001 | 101111 | 0 | 10010 | 11011011 | 111110 | 110100 |
Color Harmonies of #386ED0
Complementary color
Monochromatic Colors of #386ED0
Black with #386ED0
Text Example
Text Example
White with #386ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386ED0; }
p { color: rgb(56,110,208); }
H1.HeaderClassName
{
color: #386ED0;
}
.AnyTagClassName
{
color: #386ED0;
}
</style>
background-color css
<style>
a { background-color: #386ED0; }
a { background-color: rgb(56,110,208); }
div.DivClassName
{
background-color: #386ED0;
}
.BgClassName
{
background-color: #386ED0;
}
</style>
border-color css
<style>
span { border-color: #386ED0; }
span { border-color: rgb(56,110,208); }
td.TdClassName
{
border-color: #386ED0;
}
.TagClassName
{
border-color: #386ED0;
}
</style>