Shades of Royal Blue #3871CF
Tints of Royal Blue #3871CF
RGB
CMYK
RGB Variations
Color information
#3871CF (or 0x3871CF) is known color: Royal Blue. HEX triplet: 38, 71 and CF. RGB value is (56,113,207). Sum of RGB (Red+Green+Blue) = 56+113+207=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #3871CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3871CF is #C78E30. Grayscale: #6A6A6A. Windows color (decimal): -13078065 or 13594936. OLE color: 13594936.
HSL color Cylindrical-coordinate representation of color #3871CF: hue angle of 217.35º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3871CF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 113 | 207 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.19 |
| HSL | 217.35º | 0.61% | 0.52% | - |
| HSV(B) | 217.35º | 0.73% | 0.81% | - |
| XYZ | 18.8 | 17.16 | 61.35 | - |
| YUV | 106.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 207 | 0.73 | 0.45 | 0 | 0.19 | 217.35 | 0.61 | 0.52 |
| Hex | 38 | 71 | CF | 49 | 2D | 0 | 13 | D9 | 3D | 34 |
| Octal | 70 | 161 | 317 | 111 | 55 | 0 | 23 | 331 | 75 | 64 |
| Binary | 111000 | 1110001 | 11001111 | 1001001 | 101101 | 0 | 10011 | 11011001 | 111101 | 110100 |
Color Harmonies of #3871CF
Complementary color
Monochromatic Colors of #3871CF
Black with #3871CF
Text Example
Text Example
White with #3871CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3871CF; }
p { color: rgb(56,113,207); }
H1.HeaderClassName
{
color: #3871CF;
}
.AnyTagClassName
{
color: #3871CF;
}
</style>
background-color css
<style>
a { background-color: #3871CF; }
a { background-color: rgb(56,113,207); }
div.DivClassName
{
background-color: #3871CF;
}
.BgClassName
{
background-color: #3871CF;
}
</style>
border-color css
<style>
span { border-color: #3871CF; }
span { border-color: rgb(56,113,207); }
td.TdClassName
{
border-color: #3871CF;
}
.TagClassName
{
border-color: #3871CF;
}
</style>