Shades of Royal Blue #3860DC
Tints of Royal Blue #3860DC
RGB
CMYK
RGB Variations
Color information
#3860DC (or 0x3860DC) is known color: Royal Blue. HEX triplet: 38, 60 and DC. RGB value is (56,96,220). Sum of RGB (Red+Green+Blue) = 56+96+220=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #3860DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3860DC is #C79F23. Grayscale: #616161. Windows color (decimal): -13082404 or 14442552. OLE color: 14442552.
HSL color Cylindrical-coordinate representation of color #3860DC: hue angle of 225.37º 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 #3860DC is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 96 | 220 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.14 |
| HSL | 225.37º | 0.7% | 0.54% | - |
| HSV(B) | 225.37º | 0.75% | 0.86% | - |
| XYZ | 18.73 | 14.37 | 69.5 | - |
| YUV | 98.18 | 196.75 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 96 | 220 | 0.75 | 0.56 | 0 | 0.14 | 225.37 | 0.7 | 0.54 |
| Hex | 38 | 60 | DC | 4B | 38 | 0 | E | E1 | 46 | 36 |
| Octal | 70 | 140 | 334 | 113 | 70 | 0 | 16 | 341 | 106 | 66 |
| Binary | 111000 | 1100000 | 11011100 | 1001011 | 111000 | 0 | 1110 | 11100001 | 1000110 | 110110 |
Color Harmonies of #3860DC
Complementary color
Monochromatic Colors of #3860DC
Black with #3860DC
Text Example
Text Example
White with #3860DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3860DC; }
p { color: rgb(56,96,220); }
H1.HeaderClassName
{
color: #3860DC;
}
.AnyTagClassName
{
color: #3860DC;
}
</style>
background-color css
<style>
a { background-color: #3860DC; }
a { background-color: rgb(56,96,220); }
div.DivClassName
{
background-color: #3860DC;
}
.BgClassName
{
background-color: #3860DC;
}
</style>
border-color css
<style>
span { border-color: #3860DC; }
span { border-color: rgb(56,96,220); }
td.TdClassName
{
border-color: #3860DC;
}
.TagClassName
{
border-color: #3860DC;
}
</style>