Shades of Royal Blue #385CE4
Tints of Royal Blue #385CE4
RGB
CMYK
RGB Variations
Color information
#385CE4 (or 0x385CE4) is known color: Royal Blue. HEX triplet: 38, 5C and E4. RGB value is (56,92,228). Sum of RGB (Red+Green+Blue) = 56+92+228=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 228 (89.45% from 255 or 60.64% from 376); Max value from RGB is 228 - color contains mainly: blue. Hex color #385CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CE4 is #C7A31B. Grayscale: #606060. Windows color (decimal): -13083420 or 14965816. OLE color: 14965816.
HSL color Cylindrical-coordinate representation of color #385CE4: hue angle of 227.44º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385CE4 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 92 | 228 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.11 |
| HSL | 227.44º | 0.76% | 0.56% | - |
| HSV(B) | 227.44º | 0.75% | 0.89% | - |
| XYZ | 19.46 | 14.1 | 75.09 | - |
| YUV | 96.74 | 202.07 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 228 | 0.75 | 0.60 | 0 | 0.11 | 227.44 | 0.76 | 0.56 |
| Hex | 38 | 5C | E4 | 4B | 3C | 0 | B | E3 | 4C | 38 |
| Octal | 70 | 134 | 344 | 113 | 74 | 0 | 13 | 343 | 114 | 70 |
| Binary | 111000 | 1011100 | 11100100 | 1001011 | 111100 | 0 | 1011 | 11100011 | 1001100 | 111000 |
Color Harmonies of #385CE4
Complementary color
Monochromatic Colors of #385CE4
Black with #385CE4
Text Example
Text Example
White with #385CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CE4; }
p { color: rgb(56,92,228); }
H1.HeaderClassName
{
color: #385CE4;
}
.AnyTagClassName
{
color: #385CE4;
}
</style>
background-color css
<style>
a { background-color: #385CE4; }
a { background-color: rgb(56,92,228); }
div.DivClassName
{
background-color: #385CE4;
}
.BgClassName
{
background-color: #385CE4;
}
</style>
border-color css
<style>
span { border-color: #385CE4; }
span { border-color: rgb(56,92,228); }
td.TdClassName
{
border-color: #385CE4;
}
.TagClassName
{
border-color: #385CE4;
}
</style>