Shades of Royal Blue #3871CB
Tints of Royal Blue #3871CB
RGB
CMYK
RGB Variations
Color information
#3871CB (or 0x3871CB) is known color: Royal Blue. HEX triplet: 38, 71 and CB. RGB value is (56,113,203). Sum of RGB (Red+Green+Blue) = 56+113+203=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #3871CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3871CB is #C78E34. Grayscale: #696969. Windows color (decimal): -13078069 or 13332792. OLE color: 13332792.
HSL color Cylindrical-coordinate representation of color #3871CB: hue angle of 216.73º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3871CB is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 113 | 203 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.20 |
| HSL | 216.73º | 0.59% | 0.51% | - |
| HSV(B) | 216.73º | 0.72% | 0.8% | - |
| XYZ | 18.32 | 16.96 | 58.81 | - |
| YUV | 106.22 | 182.62 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 203 | 0.72 | 0.44 | 0 | 0.20 | 216.73 | 0.59 | 0.51 |
| Hex | 38 | 71 | CB | 48 | 2C | 0 | 14 | D9 | 3B | 33 |
| Octal | 70 | 161 | 313 | 110 | 54 | 0 | 24 | 331 | 73 | 63 |
| Binary | 111000 | 1110001 | 11001011 | 1001000 | 101100 | 0 | 10100 | 11011001 | 111011 | 110011 |
Color Harmonies of #3871CB
Complementary color
Monochromatic Colors of #3871CB
Black with #3871CB
Text Example
Text Example
White with #3871CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3871CB; }
p { color: rgb(56,113,203); }
H1.HeaderClassName
{
color: #3871CB;
}
.AnyTagClassName
{
color: #3871CB;
}
</style>
background-color css
<style>
a { background-color: #3871CB; }
a { background-color: rgb(56,113,203); }
div.DivClassName
{
background-color: #3871CB;
}
.BgClassName
{
background-color: #3871CB;
}
</style>
border-color css
<style>
span { border-color: #3871CB; }
span { border-color: rgb(56,113,203); }
td.TdClassName
{
border-color: #3871CB;
}
.TagClassName
{
border-color: #3871CB;
}
</style>