Shades of Royal Blue #2974E5
Tints of Royal Blue #2974E5
RGB
CMYK
RGB Variations
Color information
#2974E5 (or 0x2974E5) is known color: Royal Blue. HEX triplet: 29, 74 and E5. RGB value is (41,116,229). Sum of RGB (Red+Green+Blue) = 41+116+229=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #2974E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2974E5 is #D68B1A. Grayscale: #696969. Windows color (decimal): -14060315 or 15037481. OLE color: 15037481.
HSL color Cylindrical-coordinate representation of color #2974E5: hue angle of 216.06º 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 #2974E5 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 116 | 229 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.10 |
| HSL | 216.06º | 0.78% | 0.53% | - |
| HSV(B) | 216.06º | 0.82% | 0.9% | - |
| XYZ | 21.3 | 18.62 | 76.6 | - |
| YUV | 106.46 | 197.15 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 116 | 229 | 0.82 | 0.49 | 0 | 0.10 | 216.06 | 0.78 | 0.53 |
| Hex | 29 | 74 | E5 | 52 | 31 | 0 | A | D8 | 4E | 35 |
| Octal | 51 | 164 | 345 | 122 | 61 | 0 | 12 | 330 | 116 | 65 |
| Binary | 101001 | 1110100 | 11100101 | 1010010 | 110001 | 0 | 1010 | 11011000 | 1001110 | 110101 |
Color Harmonies of #2974E5
Complementary color
Monochromatic Colors of #2974E5
Black with #2974E5
Text Example
Text Example
White with #2974E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2974E5; }
p { color: rgb(41,116,229); }
H1.HeaderClassName
{
color: #2974E5;
}
.AnyTagClassName
{
color: #2974E5;
}
</style>
background-color css
<style>
a { background-color: #2974E5; }
a { background-color: rgb(41,116,229); }
div.DivClassName
{
background-color: #2974E5;
}
.BgClassName
{
background-color: #2974E5;
}
</style>
border-color css
<style>
span { border-color: #2974E5; }
span { border-color: rgb(41,116,229); }
td.TdClassName
{
border-color: #2974E5;
}
.TagClassName
{
border-color: #2974E5;
}
</style>