Shades of Royal Blue #3871DF
Tints of Royal Blue #3871DF
RGB
CMYK
RGB Variations
Color information
#3871DF (or 0x3871DF) is known color: Royal Blue. HEX triplet: 38, 71 and DF. RGB value is (56,113,223). Sum of RGB (Red+Green+Blue) = 56+113+223=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #3871DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3871DF is #C78E20. Grayscale: #6C6C6C. Windows color (decimal): -13078049 or 14643512. OLE color: 14643512.
HSL color Cylindrical-coordinate representation of color #3871DF: hue angle of 219.52º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3871DF is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 113 | 223 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.13 |
| HSL | 219.52º | 0.72% | 0.55% | - |
| HSV(B) | 219.52º | 0.75% | 0.87% | - |
| XYZ | 20.86 | 17.98 | 72.18 | - |
| YUV | 108.5 | 192.62 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 223 | 0.75 | 0.49 | 0 | 0.13 | 219.52 | 0.72 | 0.55 |
| Hex | 38 | 71 | DF | 4B | 31 | 0 | D | DC | 48 | 37 |
| Octal | 70 | 161 | 337 | 113 | 61 | 0 | 15 | 334 | 110 | 67 |
| Binary | 111000 | 1110001 | 11011111 | 1001011 | 110001 | 0 | 1101 | 11011100 | 1001000 | 110111 |
Color Harmonies of #3871DF
Complementary color
Monochromatic Colors of #3871DF
Black with #3871DF
Text Example
Text Example
White with #3871DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3871DF; }
p { color: rgb(56,113,223); }
H1.HeaderClassName
{
color: #3871DF;
}
.AnyTagClassName
{
color: #3871DF;
}
</style>
background-color css
<style>
a { background-color: #3871DF; }
a { background-color: rgb(56,113,223); }
div.DivClassName
{
background-color: #3871DF;
}
.BgClassName
{
background-color: #3871DF;
}
</style>
border-color css
<style>
span { border-color: #3871DF; }
span { border-color: rgb(56,113,223); }
td.TdClassName
{
border-color: #3871DF;
}
.TagClassName
{
border-color: #3871DF;
}
</style>