Shades of Royal Blue #386DDC
Tints of Royal Blue #386DDC
RGB
CMYK
RGB Variations
Color information
#386DDC (or 0x386DDC) is known color: Royal Blue. HEX triplet: 38, 6D and DC. RGB value is (56,109,220). Sum of RGB (Red+Green+Blue) = 56+109+220=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #386DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DDC is #C79223. Grayscale: #696969. Windows color (decimal): -13079076 or 14445880. OLE color: 14445880.
HSL color Cylindrical-coordinate representation of color #386DDC: hue angle of 220.61º 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 #386DDC is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 109 | 220 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.14 |
| HSL | 220.61º | 0.7% | 0.54% | - |
| HSV(B) | 220.61º | 0.75% | 0.86% | - |
| XYZ | 20.02 | 16.95 | 69.93 | - |
| YUV | 105.81 | 192.44 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 220 | 0.75 | 0.50 | 0 | 0.14 | 220.61 | 0.7 | 0.54 |
| Hex | 38 | 6D | DC | 4B | 32 | 0 | E | DD | 46 | 36 |
| Octal | 70 | 155 | 334 | 113 | 62 | 0 | 16 | 335 | 106 | 66 |
| Binary | 111000 | 1101101 | 11011100 | 1001011 | 110010 | 0 | 1110 | 11011101 | 1000110 | 110110 |
Color Harmonies of #386DDC
Complementary color
Monochromatic Colors of #386DDC
Black with #386DDC
Text Example
Text Example
White with #386DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DDC; }
p { color: rgb(56,109,220); }
H1.HeaderClassName
{
color: #386DDC;
}
.AnyTagClassName
{
color: #386DDC;
}
</style>
background-color css
<style>
a { background-color: #386DDC; }
a { background-color: rgb(56,109,220); }
div.DivClassName
{
background-color: #386DDC;
}
.BgClassName
{
background-color: #386DDC;
}
</style>
border-color css
<style>
span { border-color: #386DDC; }
span { border-color: rgb(56,109,220); }
td.TdClassName
{
border-color: #386DDC;
}
.TagClassName
{
border-color: #386DDC;
}
</style>