Shades of Royal Blue #3971CC
Tints of Royal Blue #3971CC
RGB
CMYK
RGB Variations
Color information
#3971CC (or 0x3971CC) is known color: Royal Blue. HEX triplet: 39, 71 and CC. RGB value is (57,113,204). Sum of RGB (Red+Green+Blue) = 57+113+204=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #3971CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3971CC is #C68E33. Grayscale: #6A6A6A. Windows color (decimal): -13012532 or 13398329. OLE color: 13398329.
HSL color Cylindrical-coordinate representation of color #3971CC: hue angle of 217.14º 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 #3971CC is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 113 | 204 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.2 |
| HSL | 217.14º | 0.59% | 0.51% | - |
| HSV(B) | 217.14º | 0.72% | 0.8% | - |
| XYZ | 18.49 | 17.04 | 59.44 | - |
| YUV | 106.63 | 182.95 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 204 | 0.72 | 0.45 | 0 | 0.2 | 217.14 | 0.59 | 0.51 |
| Hex | 39 | 71 | CC | 48 | 2D | 0 | 14 | D9 | 3B | 33 |
| Octal | 71 | 161 | 314 | 110 | 55 | 0 | 24 | 331 | 73 | 63 |
| Binary | 111001 | 1110001 | 11001100 | 1001000 | 101101 | 0 | 10100 | 11011001 | 111011 | 110011 |
Color Harmonies of #3971CC
Complementary color
Monochromatic Colors of #3971CC
Black with #3971CC
Text Example
Text Example
White with #3971CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3971CC; }
p { color: rgb(57,113,204); }
H1.HeaderClassName
{
color: #3971CC;
}
.AnyTagClassName
{
color: #3971CC;
}
</style>
background-color css
<style>
a { background-color: #3971CC; }
a { background-color: rgb(57,113,204); }
div.DivClassName
{
background-color: #3971CC;
}
.BgClassName
{
background-color: #3971CC;
}
</style>
border-color css
<style>
span { border-color: #3971CC; }
span { border-color: rgb(57,113,204); }
td.TdClassName
{
border-color: #3971CC;
}
.TagClassName
{
border-color: #3971CC;
}
</style>