Shades of Royal Blue #3871D2
Tints of Royal Blue #3871D2
RGB
CMYK
RGB Variations
Color information
#3871D2 (or 0x3871D2) is known color: Royal Blue. HEX triplet: 38, 71 and D2. RGB value is (56,113,210). Sum of RGB (Red+Green+Blue) = 56+113+210=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 210 (82.42% from 255 or 55.41% from 379); Max value from RGB is 210 - color contains mainly: blue. Hex color #3871D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3871D2 is #C78E2D. Grayscale: #6A6A6A. Windows color (decimal): -13078062 or 13791544. OLE color: 13791544.
HSL color Cylindrical-coordinate representation of color #3871D2: hue angle of 217.79º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3871D2 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 113 | 210 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.18 |
| HSL | 217.79º | 0.63% | 0.52% | - |
| HSV(B) | 217.79º | 0.73% | 0.82% | - |
| XYZ | 19.17 | 17.3 | 63.3 | - |
| YUV | 107.02 | 186.12 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 210 | 0.73 | 0.46 | 0 | 0.18 | 217.79 | 0.63 | 0.52 |
| Hex | 38 | 71 | D2 | 49 | 2E | 0 | 12 | DA | 3F | 34 |
| Octal | 70 | 161 | 322 | 111 | 56 | 0 | 22 | 332 | 77 | 64 |
| Binary | 111000 | 1110001 | 11010010 | 1001001 | 101110 | 0 | 10010 | 11011010 | 111111 | 110100 |
Color Harmonies of #3871D2
Complementary color
Monochromatic Colors of #3871D2
Black with #3871D2
Text Example
Text Example
White with #3871D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3871D2; }
p { color: rgb(56,113,210); }
H1.HeaderClassName
{
color: #3871D2;
}
.AnyTagClassName
{
color: #3871D2;
}
</style>
background-color css
<style>
a { background-color: #3871D2; }
a { background-color: rgb(56,113,210); }
div.DivClassName
{
background-color: #3871D2;
}
.BgClassName
{
background-color: #3871D2;
}
</style>
border-color css
<style>
span { border-color: #3871D2; }
span { border-color: rgb(56,113,210); }
td.TdClassName
{
border-color: #3871D2;
}
.TagClassName
{
border-color: #3871D2;
}
</style>