Shades of Royal Blue #385EDA
Tints of Royal Blue #385EDA
RGB
CMYK
RGB Variations
Color information
#385EDA (or 0x385EDA) is known color: Royal Blue. HEX triplet: 38, 5E and DA. RGB value is (56,94,218). Sum of RGB (Red+Green+Blue) = 56+94+218=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #385EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EDA is #C7A125. Grayscale: #606060. Windows color (decimal): -13082918 or 14310968. OLE color: 14310968.
HSL color Cylindrical-coordinate representation of color #385EDA: hue angle of 225.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385EDA is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 94 | 218 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.15 |
| HSL | 225.93º | 0.69% | 0.54% | - |
| HSV(B) | 225.93º | 0.74% | 0.85% | - |
| XYZ | 18.29 | 13.91 | 68.05 | - |
| YUV | 96.77 | 196.41 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 218 | 0.74 | 0.57 | 0 | 0.15 | 225.93 | 0.69 | 0.54 |
| Hex | 38 | 5E | DA | 4A | 39 | 0 | F | E2 | 45 | 36 |
| Octal | 70 | 136 | 332 | 112 | 71 | 0 | 17 | 342 | 105 | 66 |
| Binary | 111000 | 1011110 | 11011010 | 1001010 | 111001 | 0 | 1111 | 11100010 | 1000101 | 110110 |
Color Harmonies of #385EDA
Complementary color
Monochromatic Colors of #385EDA
Black with #385EDA
Text Example
Text Example
White with #385EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385EDA; }
p { color: rgb(56,94,218); }
H1.HeaderClassName
{
color: #385EDA;
}
.AnyTagClassName
{
color: #385EDA;
}
</style>
background-color css
<style>
a { background-color: #385EDA; }
a { background-color: rgb(56,94,218); }
div.DivClassName
{
background-color: #385EDA;
}
.BgClassName
{
background-color: #385EDA;
}
</style>
border-color css
<style>
span { border-color: #385EDA; }
span { border-color: rgb(56,94,218); }
td.TdClassName
{
border-color: #385EDA;
}
.TagClassName
{
border-color: #385EDA;
}
</style>