Shades of Royal Blue #385FE3
Tints of Royal Blue #385FE3
RGB
CMYK
RGB Variations
Color information
#385FE3 (or 0x385FE3) is known color: Royal Blue. HEX triplet: 38, 5F and E3. RGB value is (56,95,227). Sum of RGB (Red+Green+Blue) = 56+95+227=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 227 (89.06% from 255 or 60.05% from 378); Max value from RGB is 227 - color contains mainly: blue. Hex color #385FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FE3 is #C7A01C. Grayscale: #616161. Windows color (decimal): -13082653 or 14901048. OLE color: 14901048.
HSL color Cylindrical-coordinate representation of color #385FE3: hue angle of 226.32º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385FE3 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 95 | 227 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.11 |
| HSL | 226.32º | 0.75% | 0.55% | - |
| HSV(B) | 226.32º | 0.75% | 0.89% | - |
| XYZ | 19.59 | 14.57 | 74.45 | - |
| YUV | 98.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 227 | 0.75 | 0.58 | 0 | 0.11 | 226.32 | 0.75 | 0.55 |
| Hex | 38 | 5F | E3 | 4B | 3A | 0 | B | E2 | 4B | 37 |
| Octal | 70 | 137 | 343 | 113 | 72 | 0 | 13 | 342 | 113 | 67 |
| Binary | 111000 | 1011111 | 11100011 | 1001011 | 111010 | 0 | 1011 | 11100010 | 1001011 | 110111 |
Color Harmonies of #385FE3
Complementary color
Monochromatic Colors of #385FE3
Black with #385FE3
Text Example
Text Example
White with #385FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FE3; }
p { color: rgb(56,95,227); }
H1.HeaderClassName
{
color: #385FE3;
}
.AnyTagClassName
{
color: #385FE3;
}
</style>
background-color css
<style>
a { background-color: #385FE3; }
a { background-color: rgb(56,95,227); }
div.DivClassName
{
background-color: #385FE3;
}
.BgClassName
{
background-color: #385FE3;
}
</style>
border-color css
<style>
span { border-color: #385FE3; }
span { border-color: rgb(56,95,227); }
td.TdClassName
{
border-color: #385FE3;
}
.TagClassName
{
border-color: #385FE3;
}
</style>