Shades of Royal Blue #386BCD
Tints of Royal Blue #386BCD
RGB
CMYK
RGB Variations
Color information
#386BCD (or 0x386BCD) is known color: Royal Blue. HEX triplet: 38, 6B and CD. RGB value is (56,107,205). Sum of RGB (Red+Green+Blue) = 56+107+205=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #386BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BCD is #C79432. Grayscale: #666666. Windows color (decimal): -13079603 or 13462328. OLE color: 13462328.
HSL color Cylindrical-coordinate representation of color #386BCD: hue angle of 219.46º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386BCD is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 107 | 205 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.20 |
| HSL | 219.46º | 0.6% | 0.51% | - |
| HSV(B) | 219.46º | 0.73% | 0.8% | - |
| XYZ | 17.91 | 15.76 | 59.86 | - |
| YUV | 102.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 205 | 0.73 | 0.48 | 0 | 0.20 | 219.46 | 0.6 | 0.51 |
| Hex | 38 | 6B | CD | 49 | 30 | 0 | 14 | DB | 3C | 33 |
| Octal | 70 | 153 | 315 | 111 | 60 | 0 | 24 | 333 | 74 | 63 |
| Binary | 111000 | 1101011 | 11001101 | 1001001 | 110000 | 0 | 10100 | 11011011 | 111100 | 110011 |
Color Harmonies of #386BCD
Complementary color
Monochromatic Colors of #386BCD
Black with #386BCD
Text Example
Text Example
White with #386BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BCD; }
p { color: rgb(56,107,205); }
H1.HeaderClassName
{
color: #386BCD;
}
.AnyTagClassName
{
color: #386BCD;
}
</style>
background-color css
<style>
a { background-color: #386BCD; }
a { background-color: rgb(56,107,205); }
div.DivClassName
{
background-color: #386BCD;
}
.BgClassName
{
background-color: #386BCD;
}
</style>
border-color css
<style>
span { border-color: #386BCD; }
span { border-color: rgb(56,107,205); }
td.TdClassName
{
border-color: #386BCD;
}
.TagClassName
{
border-color: #386BCD;
}
</style>