Shades of Royal Blue #385BE0
Tints of Royal Blue #385BE0
RGB
CMYK
RGB Variations
Color information
#385BE0 (or 0x385BE0) is known color: Royal Blue. HEX triplet: 38, 5B and E0. RGB value is (56,91,224). Sum of RGB (Red+Green+Blue) = 56+91+224=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #385BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BE0 is #C7A41F. Grayscale: #5F5F5F. Windows color (decimal): -13083680 or 14703416. OLE color: 14703416.
HSL color Cylindrical-coordinate representation of color #385BE0: hue angle of 227.5º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385BE0 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 91 | 224 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.12 |
| HSL | 227.5º | 0.73% | 0.55% | - |
| HSV(B) | 227.5º | 0.75% | 0.88% | - |
| XYZ | 18.83 | 13.7 | 72.17 | - |
| YUV | 95.7 | 200.4 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 224 | 0.75 | 0.59 | 0 | 0.12 | 227.5 | 0.73 | 0.55 |
| Hex | 38 | 5B | E0 | 4B | 3B | 0 | C | E4 | 49 | 37 |
| Octal | 70 | 133 | 340 | 113 | 73 | 0 | 14 | 344 | 111 | 67 |
| Binary | 111000 | 1011011 | 11100000 | 1001011 | 111011 | 0 | 1100 | 11100100 | 1001001 | 110111 |
Color Harmonies of #385BE0
Complementary color
Monochromatic Colors of #385BE0
Black with #385BE0
Text Example
Text Example
White with #385BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BE0; }
p { color: rgb(56,91,224); }
H1.HeaderClassName
{
color: #385BE0;
}
.AnyTagClassName
{
color: #385BE0;
}
</style>
background-color css
<style>
a { background-color: #385BE0; }
a { background-color: rgb(56,91,224); }
div.DivClassName
{
background-color: #385BE0;
}
.BgClassName
{
background-color: #385BE0;
}
</style>
border-color css
<style>
span { border-color: #385BE0; }
span { border-color: rgb(56,91,224); }
td.TdClassName
{
border-color: #385BE0;
}
.TagClassName
{
border-color: #385BE0;
}
</style>