Shades of Royal Blue #385EEF
Tints of Royal Blue #385EEF
RGB
CMYK
RGB Variations
Color information
#385EEF (or 0x385EEF) is known color: Royal Blue. HEX triplet: 38, 5E and EF. RGB value is (56,94,239). Sum of RGB (Red+Green+Blue) = 56+94+239=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #385EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385EEF is #C7A110. Grayscale: #626262. Windows color (decimal): -13082897 or 15687224. OLE color: 15687224.
HSL color Cylindrical-coordinate representation of color #385EEF: hue angle of 227.54º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #385EEF is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 94 | 239 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.06 |
| HSL | 227.54º | 0.85% | 0.58% | - |
| HSV(B) | 227.54º | 0.77% | 0.94% | - |
| XYZ | 21.21 | 15.08 | 83.45 | - |
| YUV | 99.17 | 206.91 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 239 | 0.77 | 0.61 | 0 | 0.06 | 227.54 | 0.85 | 0.58 |
| Hex | 38 | 5E | EF | 4D | 3D | 0 | 6 | E4 | 55 | 3A |
| Octal | 70 | 136 | 357 | 115 | 75 | 0 | 6 | 344 | 125 | 72 |
| Binary | 111000 | 1011110 | 11101111 | 1001101 | 111101 | 0 | 110 | 11100100 | 1010101 | 111010 |
Color Harmonies of #385EEF
Complementary color
Monochromatic Colors of #385EEF
Black with #385EEF
Text Example
Text Example
White with #385EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385EEF; }
p { color: rgb(56,94,239); }
H1.HeaderClassName
{
color: #385EEF;
}
.AnyTagClassName
{
color: #385EEF;
}
</style>
background-color css
<style>
a { background-color: #385EEF; }
a { background-color: rgb(56,94,239); }
div.DivClassName
{
background-color: #385EEF;
}
.BgClassName
{
background-color: #385EEF;
}
</style>
border-color css
<style>
span { border-color: #385EEF; }
span { border-color: rgb(56,94,239); }
td.TdClassName
{
border-color: #385EEF;
}
.TagClassName
{
border-color: #385EEF;
}
</style>