Shades of Royal Blue #385ADA
Tints of Royal Blue #385ADA
RGB
CMYK
RGB Variations
Color information
#385ADA (or 0x385ADA) is known color: Royal Blue. HEX triplet: 38, 5A and DA. RGB value is (56,90,218). Sum of RGB (Red+Green+Blue) = 56+90+218=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #385ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ADA is #C7A525. Grayscale: #5D5D5D. Windows color (decimal): -13083942 or 14309944. OLE color: 14309944.
HSL color Cylindrical-coordinate representation of color #385ADA: hue angle of 227.41º 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 #385ADA is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 90 | 218 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.15 |
| HSL | 227.41º | 0.69% | 0.54% | - |
| HSV(B) | 227.41º | 0.74% | 0.85% | - |
| XYZ | 17.94 | 13.22 | 67.93 | - |
| YUV | 94.43 | 197.74 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 218 | 0.74 | 0.59 | 0 | 0.15 | 227.41 | 0.69 | 0.54 |
| Hex | 38 | 5A | DA | 4A | 3B | 0 | F | E3 | 45 | 36 |
| Octal | 70 | 132 | 332 | 112 | 73 | 0 | 17 | 343 | 105 | 66 |
| Binary | 111000 | 1011010 | 11011010 | 1001010 | 111011 | 0 | 1111 | 11100011 | 1000101 | 110110 |
Color Harmonies of #385ADA
Complementary color
Monochromatic Colors of #385ADA
Black with #385ADA
Text Example
Text Example
White with #385ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ADA; }
p { color: rgb(56,90,218); }
H1.HeaderClassName
{
color: #385ADA;
}
.AnyTagClassName
{
color: #385ADA;
}
</style>
background-color css
<style>
a { background-color: #385ADA; }
a { background-color: rgb(56,90,218); }
div.DivClassName
{
background-color: #385ADA;
}
.BgClassName
{
background-color: #385ADA;
}
</style>
border-color css
<style>
span { border-color: #385ADA; }
span { border-color: rgb(56,90,218); }
td.TdClassName
{
border-color: #385ADA;
}
.TagClassName
{
border-color: #385ADA;
}
</style>