Shades of Royal Blue #3871CE
Tints of Royal Blue #3871CE
RGB
CMYK
RGB Variations
Color information
#3871CE (or 0x3871CE) is known color: Royal Blue. HEX triplet: 38, 71 and CE. RGB value is (56,113,206). Sum of RGB (Red+Green+Blue) = 56+113+206=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #3871CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3871CE is #C78E31. Grayscale: #6A6A6A. Windows color (decimal): -13078066 or 13529400. OLE color: 13529400.
HSL color Cylindrical-coordinate representation of color #3871CE: hue angle of 217.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3871CE is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 113 | 206 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.19 |
| HSL | 217.2º | 0.6% | 0.51% | - |
| HSV(B) | 217.2º | 0.73% | 0.81% | - |
| XYZ | 18.68 | 17.11 | 60.71 | - |
| YUV | 106.56 | 184.12 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 206 | 0.73 | 0.45 | 0 | 0.19 | 217.2 | 0.6 | 0.51 |
| Hex | 38 | 71 | CE | 49 | 2D | 0 | 13 | D9 | 3C | 33 |
| Octal | 70 | 161 | 316 | 111 | 55 | 0 | 23 | 331 | 74 | 63 |
| Binary | 111000 | 1110001 | 11001110 | 1001001 | 101101 | 0 | 10011 | 11011001 | 111100 | 110011 |
Color Harmonies of #3871CE
Complementary color
Monochromatic Colors of #3871CE
Black with #3871CE
Text Example
Text Example
White with #3871CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3871CE; }
p { color: rgb(56,113,206); }
H1.HeaderClassName
{
color: #3871CE;
}
.AnyTagClassName
{
color: #3871CE;
}
</style>
background-color css
<style>
a { background-color: #3871CE; }
a { background-color: rgb(56,113,206); }
div.DivClassName
{
background-color: #3871CE;
}
.BgClassName
{
background-color: #3871CE;
}
</style>
border-color css
<style>
span { border-color: #3871CE; }
span { border-color: rgb(56,113,206); }
td.TdClassName
{
border-color: #3871CE;
}
.TagClassName
{
border-color: #3871CE;
}
</style>