Shades of Royal Blue #385FEF
Tints of Royal Blue #385FEF
RGB
CMYK
RGB Variations
Color information
#385FEF (or 0x385FEF) is known color: Royal Blue. HEX triplet: 38, 5F and EF. RGB value is (56,95,239). Sum of RGB (Red+Green+Blue) = 56+95+239=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #385FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385FEF is #C7A010. Grayscale: #636363. Windows color (decimal): -13082641 or 15687480. OLE color: 15687480.
HSL color Cylindrical-coordinate representation of color #385FEF: hue angle of 227.21º 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 #385FEF is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 95 | 239 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.06 |
| HSL | 227.21º | 0.85% | 0.58% | - |
| HSV(B) | 227.21º | 0.77% | 0.94% | - |
| XYZ | 21.3 | 15.26 | 83.48 | - |
| YUV | 99.76 | 206.58 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 239 | 0.77 | 0.60 | 0 | 0.06 | 227.21 | 0.85 | 0.58 |
| Hex | 38 | 5F | EF | 4D | 3C | 0 | 6 | E3 | 55 | 3A |
| Octal | 70 | 137 | 357 | 115 | 74 | 0 | 6 | 343 | 125 | 72 |
| Binary | 111000 | 1011111 | 11101111 | 1001101 | 111100 | 0 | 110 | 11100011 | 1010101 | 111010 |
Color Harmonies of #385FEF
Complementary color
Monochromatic Colors of #385FEF
Black with #385FEF
Text Example
Text Example
White with #385FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FEF; }
p { color: rgb(56,95,239); }
H1.HeaderClassName
{
color: #385FEF;
}
.AnyTagClassName
{
color: #385FEF;
}
</style>
background-color css
<style>
a { background-color: #385FEF; }
a { background-color: rgb(56,95,239); }
div.DivClassName
{
background-color: #385FEF;
}
.BgClassName
{
background-color: #385FEF;
}
</style>
border-color css
<style>
span { border-color: #385FEF; }
span { border-color: rgb(56,95,239); }
td.TdClassName
{
border-color: #385FEF;
}
.TagClassName
{
border-color: #385FEF;
}
</style>