Shades of Royal Blue #386ED2
Tints of Royal Blue #386ED2
RGB
CMYK
RGB Variations
Color information
#386ED2 (or 0x386ED2) is known color: Royal Blue. HEX triplet: 38, 6E and D2. RGB value is (56,110,210). Sum of RGB (Red+Green+Blue) = 56+110+210=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 210 (82.42% from 255 or 55.85% from 376); Max value from RGB is 210 - color contains mainly: blue. Hex color #386ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ED2 is #C7912D. Grayscale: #686868. Windows color (decimal): -13078830 or 13790776. OLE color: 13790776.
HSL color Cylindrical-coordinate representation of color #386ED2: hue angle of 218.96º degrees, saturation: 0.63, 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 #386ED2 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 110 | 210 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.18 |
| HSL | 218.96º | 0.63% | 0.52% | - |
| HSV(B) | 218.96º | 0.73% | 0.82% | - |
| XYZ | 18.84 | 16.65 | 63.19 | - |
| YUV | 105.25 | 187.11 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 210 | 0.73 | 0.48 | 0 | 0.18 | 218.96 | 0.63 | 0.52 |
| Hex | 38 | 6E | D2 | 49 | 30 | 0 | 12 | DB | 3F | 34 |
| Octal | 70 | 156 | 322 | 111 | 60 | 0 | 22 | 333 | 77 | 64 |
| Binary | 111000 | 1101110 | 11010010 | 1001001 | 110000 | 0 | 10010 | 11011011 | 111111 | 110100 |
Color Harmonies of #386ED2
Complementary color
Monochromatic Colors of #386ED2
Black with #386ED2
Text Example
Text Example
White with #386ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386ED2; }
p { color: rgb(56,110,210); }
H1.HeaderClassName
{
color: #386ED2;
}
.AnyTagClassName
{
color: #386ED2;
}
</style>
background-color css
<style>
a { background-color: #386ED2; }
a { background-color: rgb(56,110,210); }
div.DivClassName
{
background-color: #386ED2;
}
.BgClassName
{
background-color: #386ED2;
}
</style>
border-color css
<style>
span { border-color: #386ED2; }
span { border-color: rgb(56,110,210); }
td.TdClassName
{
border-color: #386ED2;
}
.TagClassName
{
border-color: #386ED2;
}
</style>