Shades of Royal Blue #385DDE
Tints of Royal Blue #385DDE
RGB
CMYK
RGB Variations
Color information
#385DDE (or 0x385DDE) is known color: Royal Blue. HEX triplet: 38, 5D and DE. RGB value is (56,93,222). Sum of RGB (Red+Green+Blue) = 56+93+222=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #385DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DDE is #C7A221. Grayscale: #606060. Windows color (decimal): -13083170 or 14572856. OLE color: 14572856.
HSL color Cylindrical-coordinate representation of color #385DDE: hue angle of 226.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385DDE is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 93 | 222 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.13 |
| HSL | 226.63º | 0.72% | 0.55% | - |
| HSV(B) | 226.63º | 0.75% | 0.87% | - |
| XYZ | 18.73 | 13.94 | 70.81 | - |
| YUV | 96.64 | 198.74 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 222 | 0.75 | 0.58 | 0 | 0.13 | 226.63 | 0.72 | 0.55 |
| Hex | 38 | 5D | DE | 4B | 3A | 0 | D | E3 | 48 | 37 |
| Octal | 70 | 135 | 336 | 113 | 72 | 0 | 15 | 343 | 110 | 67 |
| Binary | 111000 | 1011101 | 11011110 | 1001011 | 111010 | 0 | 1101 | 11100011 | 1001000 | 110111 |
Color Harmonies of #385DDE
Complementary color
Monochromatic Colors of #385DDE
Black with #385DDE
Text Example
Text Example
White with #385DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DDE; }
p { color: rgb(56,93,222); }
H1.HeaderClassName
{
color: #385DDE;
}
.AnyTagClassName
{
color: #385DDE;
}
</style>
background-color css
<style>
a { background-color: #385DDE; }
a { background-color: rgb(56,93,222); }
div.DivClassName
{
background-color: #385DDE;
}
.BgClassName
{
background-color: #385DDE;
}
</style>
border-color css
<style>
span { border-color: #385DDE; }
span { border-color: rgb(56,93,222); }
td.TdClassName
{
border-color: #385DDE;
}
.TagClassName
{
border-color: #385DDE;
}
</style>