Shades of Royal Blue #385EE0
Tints of Royal Blue #385EE0
RGB
CMYK
RGB Variations
Color information
#385EE0 (or 0x385EE0) is known color: Royal Blue. HEX triplet: 38, 5E and E0. RGB value is (56,94,224). Sum of RGB (Red+Green+Blue) = 56+94+224=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #385EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EE0 is #C7A11F. Grayscale: #606060. Windows color (decimal): -13082912 or 14704184. OLE color: 14704184.
HSL color Cylindrical-coordinate representation of color #385EE0: hue angle of 226.43º 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 #385EE0 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 94 | 224 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.12 |
| HSL | 226.43º | 0.73% | 0.55% | - |
| HSV(B) | 226.43º | 0.75% | 0.88% | - |
| XYZ | 19.09 | 14.23 | 72.26 | - |
| YUV | 97.46 | 199.41 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 224 | 0.75 | 0.58 | 0 | 0.12 | 226.43 | 0.73 | 0.55 |
| Hex | 38 | 5E | E0 | 4B | 3A | 0 | C | E2 | 49 | 37 |
| Octal | 70 | 136 | 340 | 113 | 72 | 0 | 14 | 342 | 111 | 67 |
| Binary | 111000 | 1011110 | 11100000 | 1001011 | 111010 | 0 | 1100 | 11100010 | 1001001 | 110111 |
Color Harmonies of #385EE0
Complementary color
Monochromatic Colors of #385EE0
Black with #385EE0
Text Example
Text Example
White with #385EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385EE0; }
p { color: rgb(56,94,224); }
H1.HeaderClassName
{
color: #385EE0;
}
.AnyTagClassName
{
color: #385EE0;
}
</style>
background-color css
<style>
a { background-color: #385EE0; }
a { background-color: rgb(56,94,224); }
div.DivClassName
{
background-color: #385EE0;
}
.BgClassName
{
background-color: #385EE0;
}
</style>
border-color css
<style>
span { border-color: #385EE0; }
span { border-color: rgb(56,94,224); }
td.TdClassName
{
border-color: #385EE0;
}
.TagClassName
{
border-color: #385EE0;
}
</style>