Shades of Royal Blue #386BDC
Tints of Royal Blue #386BDC
RGB
CMYK
RGB Variations
Color information
#386BDC (or 0x386BDC) is known color: Royal Blue. HEX triplet: 38, 6B and DC. RGB value is (56,107,220). Sum of RGB (Red+Green+Blue) = 56+107+220=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #386BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BDC is #C79423. Grayscale: #686868. Windows color (decimal): -13079588 or 14445368. OLE color: 14445368.
HSL color Cylindrical-coordinate representation of color #386BDC: hue angle of 221.34º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386BDC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 107 | 220 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.14 |
| HSL | 221.34º | 0.7% | 0.54% | - |
| HSV(B) | 221.34º | 0.75% | 0.86% | - |
| XYZ | 19.81 | 16.52 | 69.86 | - |
| YUV | 104.63 | 193.1 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 220 | 0.75 | 0.51 | 0 | 0.14 | 221.34 | 0.7 | 0.54 |
| Hex | 38 | 6B | DC | 4B | 33 | 0 | E | DD | 46 | 36 |
| Octal | 70 | 153 | 334 | 113 | 63 | 0 | 16 | 335 | 106 | 66 |
| Binary | 111000 | 1101011 | 11011100 | 1001011 | 110011 | 0 | 1110 | 11011101 | 1000110 | 110110 |
Color Harmonies of #386BDC
Complementary color
Monochromatic Colors of #386BDC
Black with #386BDC
Text Example
Text Example
White with #386BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BDC; }
p { color: rgb(56,107,220); }
H1.HeaderClassName
{
color: #386BDC;
}
.AnyTagClassName
{
color: #386BDC;
}
</style>
background-color css
<style>
a { background-color: #386BDC; }
a { background-color: rgb(56,107,220); }
div.DivClassName
{
background-color: #386BDC;
}
.BgClassName
{
background-color: #386BDC;
}
</style>
border-color css
<style>
span { border-color: #386BDC; }
span { border-color: rgb(56,107,220); }
td.TdClassName
{
border-color: #386BDC;
}
.TagClassName
{
border-color: #386BDC;
}
</style>