Shades of Royal Blue #2973E5
Tints of Royal Blue #2973E5
RGB
CMYK
RGB Variations
Color information
#2973E5 (or 0x2973E5) is known color: Royal Blue. HEX triplet: 29, 73 and E5. RGB value is (41,115,229). Sum of RGB (Red+Green+Blue) = 41+115+229=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #2973E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973E5 is #D68C1A. Grayscale: #696969. Windows color (decimal): -14060571 or 15037225. OLE color: 15037225.
HSL color Cylindrical-coordinate representation of color #2973E5: hue angle of 216.38º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2973E5 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 115 | 229 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.10 |
| HSL | 216.38º | 0.78% | 0.53% | - |
| HSV(B) | 216.38º | 0.82% | 0.9% | - |
| XYZ | 21.19 | 18.39 | 76.56 | - |
| YUV | 105.87 | 197.48 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 229 | 0.82 | 0.50 | 0 | 0.10 | 216.38 | 0.78 | 0.53 |
| Hex | 29 | 73 | E5 | 52 | 32 | 0 | A | D8 | 4E | 35 |
| Octal | 51 | 163 | 345 | 122 | 62 | 0 | 12 | 330 | 116 | 65 |
| Binary | 101001 | 1110011 | 11100101 | 1010010 | 110010 | 0 | 1010 | 11011000 | 1001110 | 110101 |
Color Harmonies of #2973E5
Complementary color
Monochromatic Colors of #2973E5
Black with #2973E5
Text Example
Text Example
White with #2973E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973E5; }
p { color: rgb(41,115,229); }
H1.HeaderClassName
{
color: #2973E5;
}
.AnyTagClassName
{
color: #2973E5;
}
</style>
background-color css
<style>
a { background-color: #2973E5; }
a { background-color: rgb(41,115,229); }
div.DivClassName
{
background-color: #2973E5;
}
.BgClassName
{
background-color: #2973E5;
}
</style>
border-color css
<style>
span { border-color: #2973E5; }
span { border-color: rgb(41,115,229); }
td.TdClassName
{
border-color: #2973E5;
}
.TagClassName
{
border-color: #2973E5;
}
</style>