Shades of Royal Blue #385ADC
Tints of Royal Blue #385ADC
RGB
CMYK
RGB Variations
Color information
#385ADC (or 0x385ADC) is known color: Royal Blue. HEX triplet: 38, 5A and DC. RGB value is (56,90,220). Sum of RGB (Red+Green+Blue) = 56+90+220=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #385ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ADC is #C7A523. Grayscale: #5E5E5E. Windows color (decimal): -13083940 or 14441016. OLE color: 14441016.
HSL color Cylindrical-coordinate representation of color #385ADC: hue angle of 227.56º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385ADC is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 90 | 220 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.14 |
| HSL | 227.56º | 0.7% | 0.54% | - |
| HSV(B) | 227.56º | 0.75% | 0.86% | - |
| XYZ | 18.21 | 13.32 | 69.32 | - |
| YUV | 94.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 220 | 0.75 | 0.59 | 0 | 0.14 | 227.56 | 0.7 | 0.54 |
| Hex | 38 | 5A | DC | 4B | 3B | 0 | E | E4 | 46 | 36 |
| Octal | 70 | 132 | 334 | 113 | 73 | 0 | 16 | 344 | 106 | 66 |
| Binary | 111000 | 1011010 | 11011100 | 1001011 | 111011 | 0 | 1110 | 11100100 | 1000110 | 110110 |
Color Harmonies of #385ADC
Complementary color
Monochromatic Colors of #385ADC
Black with #385ADC
Text Example
Text Example
White with #385ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ADC; }
p { color: rgb(56,90,220); }
H1.HeaderClassName
{
color: #385ADC;
}
.AnyTagClassName
{
color: #385ADC;
}
</style>
background-color css
<style>
a { background-color: #385ADC; }
a { background-color: rgb(56,90,220); }
div.DivClassName
{
background-color: #385ADC;
}
.BgClassName
{
background-color: #385ADC;
}
</style>
border-color css
<style>
span { border-color: #385ADC; }
span { border-color: rgb(56,90,220); }
td.TdClassName
{
border-color: #385ADC;
}
.TagClassName
{
border-color: #385ADC;
}
</style>