Shades of Royal Blue #387ADC
Tints of Royal Blue #387ADC
RGB
CMYK
RGB Variations
Color information
#387ADC (or 0x387ADC) is known color: Royal Blue. HEX triplet: 38, 7A and DC. RGB value is (56,122,220). Sum of RGB (Red+Green+Blue) = 56+122+220=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #387ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ADC is #C78523. Grayscale: #707070. Windows color (decimal): -13075748 or 14449208. OLE color: 14449208.
HSL color Cylindrical-coordinate representation of color #387ADC: hue angle of 215.85º 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 #387ADC is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 122 | 220 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.14 |
| HSL | 215.85º | 0.7% | 0.54% | - |
| HSV(B) | 215.85º | 0.75% | 0.86% | - |
| XYZ | 21.51 | 19.93 | 70.42 | - |
| YUV | 113.44 | 188.13 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 220 | 0.75 | 0.45 | 0 | 0.14 | 215.85 | 0.7 | 0.54 |
| Hex | 38 | 7A | DC | 4B | 2D | 0 | E | D8 | 46 | 36 |
| Octal | 70 | 172 | 334 | 113 | 55 | 0 | 16 | 330 | 106 | 66 |
| Binary | 111000 | 1111010 | 11011100 | 1001011 | 101101 | 0 | 1110 | 11011000 | 1000110 | 110110 |
Color Harmonies of #387ADC
Complementary color
Monochromatic Colors of #387ADC
Black with #387ADC
Text Example
Text Example
White with #387ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387ADC; }
p { color: rgb(56,122,220); }
H1.HeaderClassName
{
color: #387ADC;
}
.AnyTagClassName
{
color: #387ADC;
}
</style>
background-color css
<style>
a { background-color: #387ADC; }
a { background-color: rgb(56,122,220); }
div.DivClassName
{
background-color: #387ADC;
}
.BgClassName
{
background-color: #387ADC;
}
</style>
border-color css
<style>
span { border-color: #387ADC; }
span { border-color: rgb(56,122,220); }
td.TdClassName
{
border-color: #387ADC;
}
.TagClassName
{
border-color: #387ADC;
}
</style>