Shades of Royal Blue #385FE1
Tints of Royal Blue #385FE1
RGB
CMYK
RGB Variations
Color information
#385FE1 (or 0x385FE1) is known color: Royal Blue. HEX triplet: 38, 5F and E1. RGB value is (56,95,225). Sum of RGB (Red+Green+Blue) = 56+95+225=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #385FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FE1 is #C7A01E. Grayscale: #616161. Windows color (decimal): -13082655 or 14769976. OLE color: 14769976.
HSL color Cylindrical-coordinate representation of color #385FE1: hue angle of 226.15º degrees, saturation: 0.74, 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 #385FE1 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 95 | 225 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.12 |
| HSL | 226.15º | 0.74% | 0.55% | - |
| HSV(B) | 226.15º | 0.75% | 0.88% | - |
| XYZ | 19.31 | 14.46 | 73.01 | - |
| YUV | 98.16 | 199.58 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 225 | 0.75 | 0.58 | 0 | 0.12 | 226.15 | 0.74 | 0.55 |
| Hex | 38 | 5F | E1 | 4B | 3A | 0 | C | E2 | 4A | 37 |
| Octal | 70 | 137 | 341 | 113 | 72 | 0 | 14 | 342 | 112 | 67 |
| Binary | 111000 | 1011111 | 11100001 | 1001011 | 111010 | 0 | 1100 | 11100010 | 1001010 | 110111 |
Color Harmonies of #385FE1
Complementary color
Monochromatic Colors of #385FE1
Black with #385FE1
Text Example
Text Example
White with #385FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FE1; }
p { color: rgb(56,95,225); }
H1.HeaderClassName
{
color: #385FE1;
}
.AnyTagClassName
{
color: #385FE1;
}
</style>
background-color css
<style>
a { background-color: #385FE1; }
a { background-color: rgb(56,95,225); }
div.DivClassName
{
background-color: #385FE1;
}
.BgClassName
{
background-color: #385FE1;
}
</style>
border-color css
<style>
span { border-color: #385FE1; }
span { border-color: rgb(56,95,225); }
td.TdClassName
{
border-color: #385FE1;
}
.TagClassName
{
border-color: #385FE1;
}
</style>