Shades of Royal Blue #3976DA
Tints of Royal Blue #3976DA
RGB
CMYK
RGB Variations
Color information
#3976DA (or 0x3976DA) is known color: Royal Blue. HEX triplet: 39, 76 and DA. RGB value is (57,118,218). Sum of RGB (Red+Green+Blue) = 57+118+218=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #3976DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3976DA is #C68925. Grayscale: #6E6E6E. Windows color (decimal): -13011238 or 14317113. OLE color: 14317113.
HSL color Cylindrical-coordinate representation of color #3976DA: hue angle of 217.27º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3976DA is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 118 | 218 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.15 |
| HSL | 217.27º | 0.69% | 0.54% | - |
| HSV(B) | 217.27º | 0.74% | 0.85% | - |
| XYZ | 20.82 | 18.89 | 68.88 | - |
| YUV | 111.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 218 | 0.74 | 0.46 | 0 | 0.15 | 217.27 | 0.69 | 0.54 |
| Hex | 39 | 76 | DA | 4A | 2E | 0 | F | D9 | 45 | 36 |
| Octal | 71 | 166 | 332 | 112 | 56 | 0 | 17 | 331 | 105 | 66 |
| Binary | 111001 | 1110110 | 11011010 | 1001010 | 101110 | 0 | 1111 | 11011001 | 1000101 | 110110 |
Color Harmonies of #3976DA
Complementary color
Monochromatic Colors of #3976DA
Black with #3976DA
Text Example
Text Example
White with #3976DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3976DA; }
p { color: rgb(57,118,218); }
H1.HeaderClassName
{
color: #3976DA;
}
.AnyTagClassName
{
color: #3976DA;
}
</style>
background-color css
<style>
a { background-color: #3976DA; }
a { background-color: rgb(57,118,218); }
div.DivClassName
{
background-color: #3976DA;
}
.BgClassName
{
background-color: #3976DA;
}
</style>
border-color css
<style>
span { border-color: #3976DA; }
span { border-color: rgb(57,118,218); }
td.TdClassName
{
border-color: #3976DA;
}
.TagClassName
{
border-color: #3976DA;
}
</style>