Shades of Royal Blue #385CEF
Tints of Royal Blue #385CEF
RGB
CMYK
RGB Variations
Color information
#385CEF (or 0x385CEF) is known color: Royal Blue. HEX triplet: 38, 5C and EF. RGB value is (56,92,239). Sum of RGB (Red+Green+Blue) = 56+92+239=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #385CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385CEF is #C7A310. Grayscale: #616161. Windows color (decimal): -13083409 or 15686712. OLE color: 15686712.
HSL color Cylindrical-coordinate representation of color #385CEF: hue angle of 228.2º 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 #385CEF is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 92 | 239 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.06 |
| HSL | 228.2º | 0.85% | 0.58% | - |
| HSV(B) | 228.2º | 0.77% | 0.94% | - |
| XYZ | 21.04 | 14.73 | 83.4 | - |
| YUV | 97.99 | 207.57 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 239 | 0.77 | 0.62 | 0 | 0.06 | 228.2 | 0.85 | 0.58 |
| Hex | 38 | 5C | EF | 4D | 3E | 0 | 6 | E4 | 55 | 3A |
| Octal | 70 | 134 | 357 | 115 | 76 | 0 | 6 | 344 | 125 | 72 |
| Binary | 111000 | 1011100 | 11101111 | 1001101 | 111110 | 0 | 110 | 11100100 | 1010101 | 111010 |
Color Harmonies of #385CEF
Complementary color
Monochromatic Colors of #385CEF
Black with #385CEF
Text Example
Text Example
White with #385CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CEF; }
p { color: rgb(56,92,239); }
H1.HeaderClassName
{
color: #385CEF;
}
.AnyTagClassName
{
color: #385CEF;
}
</style>
background-color css
<style>
a { background-color: #385CEF; }
a { background-color: rgb(56,92,239); }
div.DivClassName
{
background-color: #385CEF;
}
.BgClassName
{
background-color: #385CEF;
}
</style>
border-color css
<style>
span { border-color: #385CEF; }
span { border-color: rgb(56,92,239); }
td.TdClassName
{
border-color: #385CEF;
}
.TagClassName
{
border-color: #385CEF;
}
</style>