Shades of Royal Blue #3971CF
Tints of Royal Blue #3971CF
RGB
CMYK
RGB Variations
Color information
#3971CF (or 0x3971CF) is known color: Royal Blue. HEX triplet: 39, 71 and CF. RGB value is (57,113,207). Sum of RGB (Red+Green+Blue) = 57+113+207=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #3971CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3971CF is #C68E30. Grayscale: #6A6A6A. Windows color (decimal): -13012529 or 13594937. OLE color: 13594937.
HSL color Cylindrical-coordinate representation of color #3971CF: hue angle of 217.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3971CF is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 113 | 207 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.19 |
| HSL | 217.6º | 0.61% | 0.52% | - |
| HSV(B) | 217.6º | 0.72% | 0.81% | - |
| XYZ | 18.85 | 17.19 | 61.35 | - |
| YUV | 106.97 | 184.45 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 207 | 0.72 | 0.45 | 0 | 0.19 | 217.6 | 0.61 | 0.52 |
| Hex | 39 | 71 | CF | 48 | 2D | 0 | 13 | DA | 3D | 34 |
| Octal | 71 | 161 | 317 | 110 | 55 | 0 | 23 | 332 | 75 | 64 |
| Binary | 111001 | 1110001 | 11001111 | 1001000 | 101101 | 0 | 10011 | 11011010 | 111101 | 110100 |
Color Harmonies of #3971CF
Complementary color
Monochromatic Colors of #3971CF
Black with #3971CF
Text Example
Text Example
White with #3971CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3971CF; }
p { color: rgb(57,113,207); }
H1.HeaderClassName
{
color: #3971CF;
}
.AnyTagClassName
{
color: #3971CF;
}
</style>
background-color css
<style>
a { background-color: #3971CF; }
a { background-color: rgb(57,113,207); }
div.DivClassName
{
background-color: #3971CF;
}
.BgClassName
{
background-color: #3971CF;
}
</style>
border-color css
<style>
span { border-color: #3971CF; }
span { border-color: rgb(57,113,207); }
td.TdClassName
{
border-color: #3971CF;
}
.TagClassName
{
border-color: #3971CF;
}
</style>