Shades of Royal Blue #385BD8
Tints of Royal Blue #385BD8
RGB
CMYK
RGB Variations
Color information
#385BD8 (or 0x385BD8) is known color: Royal Blue. HEX triplet: 38, 5B and D8. RGB value is (56,91,216). Sum of RGB (Red+Green+Blue) = 56+91+216=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #385BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BD8 is #C7A427. Grayscale: #5E5E5E. Windows color (decimal): -13083688 or 14179128. OLE color: 14179128.
HSL color Cylindrical-coordinate representation of color #385BD8: hue angle of 226.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385BD8 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 91 | 216 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.15 |
| HSL | 226.88º | 0.67% | 0.53% | - |
| HSV(B) | 226.88º | 0.74% | 0.85% | - |
| XYZ | 17.77 | 13.28 | 66.59 | - |
| YUV | 94.79 | 196.4 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 216 | 0.74 | 0.58 | 0 | 0.15 | 226.88 | 0.67 | 0.53 |
| Hex | 38 | 5B | D8 | 4A | 3A | 0 | F | E3 | 43 | 35 |
| Octal | 70 | 133 | 330 | 112 | 72 | 0 | 17 | 343 | 103 | 65 |
| Binary | 111000 | 1011011 | 11011000 | 1001010 | 111010 | 0 | 1111 | 11100011 | 1000011 | 110101 |
Color Harmonies of #385BD8
Complementary color
Monochromatic Colors of #385BD8
Black with #385BD8
Text Example
Text Example
White with #385BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BD8; }
p { color: rgb(56,91,216); }
H1.HeaderClassName
{
color: #385BD8;
}
.AnyTagClassName
{
color: #385BD8;
}
</style>
background-color css
<style>
a { background-color: #385BD8; }
a { background-color: rgb(56,91,216); }
div.DivClassName
{
background-color: #385BD8;
}
.BgClassName
{
background-color: #385BD8;
}
</style>
border-color css
<style>
span { border-color: #385BD8; }
span { border-color: rgb(56,91,216); }
td.TdClassName
{
border-color: #385BD8;
}
.TagClassName
{
border-color: #385BD8;
}
</style>