Shades of Royal Blue #385BDC
Tints of Royal Blue #385BDC
RGB
CMYK
RGB Variations
Color information
#385BDC (or 0x385BDC) is known color: Royal Blue. HEX triplet: 38, 5B and DC. RGB value is (56,91,220). Sum of RGB (Red+Green+Blue) = 56+91+220=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #385BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BDC is #C7A423. Grayscale: #5E5E5E. Windows color (decimal): -13083684 or 14441272. OLE color: 14441272.
HSL color Cylindrical-coordinate representation of color #385BDC: hue angle of 227.2º 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 #385BDC is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 91 | 220 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.14 |
| HSL | 227.2º | 0.7% | 0.54% | - |
| HSV(B) | 227.2º | 0.75% | 0.86% | - |
| XYZ | 18.29 | 13.49 | 69.35 | - |
| YUV | 95.24 | 198.4 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 220 | 0.75 | 0.59 | 0 | 0.14 | 227.2 | 0.7 | 0.54 |
| Hex | 38 | 5B | DC | 4B | 3B | 0 | E | E3 | 46 | 36 |
| Octal | 70 | 133 | 334 | 113 | 73 | 0 | 16 | 343 | 106 | 66 |
| Binary | 111000 | 1011011 | 11011100 | 1001011 | 111011 | 0 | 1110 | 11100011 | 1000110 | 110110 |
Color Harmonies of #385BDC
Complementary color
Monochromatic Colors of #385BDC
Black with #385BDC
Text Example
Text Example
White with #385BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BDC; }
p { color: rgb(56,91,220); }
H1.HeaderClassName
{
color: #385BDC;
}
.AnyTagClassName
{
color: #385BDC;
}
</style>
background-color css
<style>
a { background-color: #385BDC; }
a { background-color: rgb(56,91,220); }
div.DivClassName
{
background-color: #385BDC;
}
.BgClassName
{
background-color: #385BDC;
}
</style>
border-color css
<style>
span { border-color: #385BDC; }
span { border-color: rgb(56,91,220); }
td.TdClassName
{
border-color: #385BDC;
}
.TagClassName
{
border-color: #385BDC;
}
</style>