Shades of Royal Blue #3872EC
Tints of Royal Blue #3872EC
RGB
CMYK
RGB Variations
Color information
#3872EC (or 0x3872EC) is known color: Royal Blue. HEX triplet: 38, 72 and EC. RGB value is (56,114,236). Sum of RGB (Red+Green+Blue) = 56+114+236=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #3872EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3872EC is #C78D13. Grayscale: #6E6E6E. Windows color (decimal): -13077780 or 15495736. OLE color: 15495736.
HSL color Cylindrical-coordinate representation of color #3872EC: hue angle of 220.67º 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 #3872EC is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 114 | 236 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.07 |
| HSL | 220.67º | 0.83% | 0.57% | - |
| HSV(B) | 220.67º | 0.76% | 0.93% | - |
| XYZ | 22.79 | 18.93 | 81.81 | - |
| YUV | 110.57 | 198.78 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 236 | 0.76 | 0.52 | 0 | 0.07 | 220.67 | 0.83 | 0.57 |
| Hex | 38 | 72 | EC | 4C | 34 | 0 | 7 | DD | 53 | 39 |
| Octal | 70 | 162 | 354 | 114 | 64 | 0 | 7 | 335 | 123 | 71 |
| Binary | 111000 | 1110010 | 11101100 | 1001100 | 110100 | 0 | 111 | 11011101 | 1010011 | 111001 |
Color Harmonies of #3872EC
Complementary color
Monochromatic Colors of #3872EC
Black with #3872EC
Text Example
Text Example
White with #3872EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3872EC; }
p { color: rgb(56,114,236); }
H1.HeaderClassName
{
color: #3872EC;
}
.AnyTagClassName
{
color: #3872EC;
}
</style>
background-color css
<style>
a { background-color: #3872EC; }
a { background-color: rgb(56,114,236); }
div.DivClassName
{
background-color: #3872EC;
}
.BgClassName
{
background-color: #3872EC;
}
</style>
border-color css
<style>
span { border-color: #3872EC; }
span { border-color: rgb(56,114,236); }
td.TdClassName
{
border-color: #3872EC;
}
.TagClassName
{
border-color: #3872EC;
}
</style>