Shades of Royal Blue #2976DA
Tints of Royal Blue #2976DA
RGB
CMYK
RGB Variations
Color information
#2976DA (or 0x2976DA) is known color: Royal Blue. HEX triplet: 29, 76 and DA. RGB value is (41,118,218). Sum of RGB (Red+Green+Blue) = 41+118+218=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #2976DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976DA is #D68925. Grayscale: #696969. Windows color (decimal): -14059814 or 14317097. OLE color: 14317097.
HSL color Cylindrical-coordinate representation of color #2976DA: hue angle of 213.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2976DA is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 118 | 218 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.15 |
| HSL | 213.9º | 0.71% | 0.51% | - |
| HSV(B) | 213.9º | 0.81% | 0.85% | - |
| XYZ | 20.05 | 18.49 | 68.84 | - |
| YUV | 106.38 | 190.99 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 218 | 0.81 | 0.46 | 0 | 0.15 | 213.9 | 0.71 | 0.51 |
| Hex | 29 | 76 | DA | 51 | 2E | 0 | F | D6 | 47 | 33 |
| Octal | 51 | 166 | 332 | 121 | 56 | 0 | 17 | 326 | 107 | 63 |
| Binary | 101001 | 1110110 | 11011010 | 1010001 | 101110 | 0 | 1111 | 11010110 | 1000111 | 110011 |
Color Harmonies of #2976DA
Complementary color
Monochromatic Colors of #2976DA
Black with #2976DA
Text Example
Text Example
White with #2976DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2976DA; }
p { color: rgb(41,118,218); }
H1.HeaderClassName
{
color: #2976DA;
}
.AnyTagClassName
{
color: #2976DA;
}
</style>
background-color css
<style>
a { background-color: #2976DA; }
a { background-color: rgb(41,118,218); }
div.DivClassName
{
background-color: #2976DA;
}
.BgClassName
{
background-color: #2976DA;
}
</style>
border-color css
<style>
span { border-color: #2976DA; }
span { border-color: rgb(41,118,218); }
td.TdClassName
{
border-color: #2976DA;
}
.TagClassName
{
border-color: #2976DA;
}
</style>