Shades of Royal Blue #3876EC
Tints of Royal Blue #3876EC
RGB
CMYK
RGB Variations
Color information
#3876EC (or 0x3876EC) is known color: Royal Blue. HEX triplet: 38, 76 and EC. RGB value is (56,118,236). Sum of RGB (Red+Green+Blue) = 56+118+236=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #3876EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3876EC is #C78913. Grayscale: #707070. Windows color (decimal): -13076756 or 15496760. OLE color: 15496760.
HSL color Cylindrical-coordinate representation of color #3876EC: hue angle of 219.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3876EC is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 118 | 236 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.07 |
| HSL | 219.33º | 0.83% | 0.57% | - |
| HSV(B) | 219.33º | 0.76% | 0.93% | - |
| XYZ | 23.25 | 19.85 | 81.96 | - |
| YUV | 112.91 | 197.46 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 236 | 0.76 | 0.5 | 0 | 0.07 | 219.33 | 0.83 | 0.57 |
| Hex | 38 | 76 | EC | 4C | 32 | 0 | 7 | DB | 53 | 39 |
| Octal | 70 | 166 | 354 | 114 | 62 | 0 | 7 | 333 | 123 | 71 |
| Binary | 111000 | 1110110 | 11101100 | 1001100 | 110010 | 0 | 111 | 11011011 | 1010011 | 111001 |
Color Harmonies of #3876EC
Complementary color
Monochromatic Colors of #3876EC
Black with #3876EC
Text Example
Text Example
White with #3876EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3876EC; }
p { color: rgb(56,118,236); }
H1.HeaderClassName
{
color: #3876EC;
}
.AnyTagClassName
{
color: #3876EC;
}
</style>
background-color css
<style>
a { background-color: #3876EC; }
a { background-color: rgb(56,118,236); }
div.DivClassName
{
background-color: #3876EC;
}
.BgClassName
{
background-color: #3876EC;
}
</style>
border-color css
<style>
span { border-color: #3876EC; }
span { border-color: rgb(56,118,236); }
td.TdClassName
{
border-color: #3876EC;
}
.TagClassName
{
border-color: #3876EC;
}
</style>