Shades of Royal Blue #3970CA
Tints of Royal Blue #3970CA
RGB
CMYK
RGB Variations
Color information
#3970CA (or 0x3970CA) is known color: Royal Blue. HEX triplet: 39, 70 and CA. RGB value is (57,112,202). Sum of RGB (Red+Green+Blue) = 57+112+202=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #3970CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3970CA is #C68F35. Grayscale: #696969. Windows color (decimal): -13012790 or 13267001. OLE color: 13267001.
HSL color Cylindrical-coordinate representation of color #3970CA: hue angle of 217.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3970CA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 112 | 202 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.21 |
| HSL | 217.24º | 0.58% | 0.51% | - |
| HSV(B) | 217.24º | 0.72% | 0.79% | - |
| XYZ | 18.14 | 16.72 | 58.15 | - |
| YUV | 105.82 | 182.28 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 202 | 0.72 | 0.45 | 0 | 0.21 | 217.24 | 0.58 | 0.51 |
| Hex | 39 | 70 | CA | 48 | 2D | 0 | 15 | D9 | 3A | 33 |
| Octal | 71 | 160 | 312 | 110 | 55 | 0 | 25 | 331 | 72 | 63 |
| Binary | 111001 | 1110000 | 11001010 | 1001000 | 101101 | 0 | 10101 | 11011001 | 111010 | 110011 |
Color Harmonies of #3970CA
Complementary color
Monochromatic Colors of #3970CA
Black with #3970CA
Text Example
Text Example
White with #3970CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3970CA; }
p { color: rgb(57,112,202); }
H1.HeaderClassName
{
color: #3970CA;
}
.AnyTagClassName
{
color: #3970CA;
}
</style>
background-color css
<style>
a { background-color: #3970CA; }
a { background-color: rgb(57,112,202); }
div.DivClassName
{
background-color: #3970CA;
}
.BgClassName
{
background-color: #3970CA;
}
</style>
border-color css
<style>
span { border-color: #3970CA; }
span { border-color: rgb(57,112,202); }
td.TdClassName
{
border-color: #3970CA;
}
.TagClassName
{
border-color: #3970CA;
}
</style>