Shades of Royal Blue #2956E0
Tints of Royal Blue #2956E0
RGB
CMYK
RGB Variations
Color information
#2956E0 (or 0x2956E0) is known color: Royal Blue. HEX triplet: 29, 56 and E0. RGB value is (41,86,224). Sum of RGB (Red+Green+Blue) = 41+86+224=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #2956E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956E0 is #D6A91F. Grayscale: #575757. Windows color (decimal): -14068000 or 14702121. OLE color: 14702121.
HSL color Cylindrical-coordinate representation of color #2956E0: hue angle of 225.25º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2956E0 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 86 | 224 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.12 |
| HSL | 225.25º | 0.75% | 0.52% | - |
| HSV(B) | 225.25º | 0.82% | 0.88% | - |
| XYZ | 17.7 | 12.51 | 72 | - |
| YUV | 88.28 | 204.59 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 224 | 0.82 | 0.62 | 0 | 0.12 | 225.25 | 0.75 | 0.52 |
| Hex | 29 | 56 | E0 | 52 | 3E | 0 | C | E1 | 4B | 34 |
| Octal | 51 | 126 | 340 | 122 | 76 | 0 | 14 | 341 | 113 | 64 |
| Binary | 101001 | 1010110 | 11100000 | 1010010 | 111110 | 0 | 1100 | 11100001 | 1001011 | 110100 |
Color Harmonies of #2956E0
Complementary color
Monochromatic Colors of #2956E0
Black with #2956E0
Text Example
Text Example
White with #2956E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2956E0; }
p { color: rgb(41,86,224); }
H1.HeaderClassName
{
color: #2956E0;
}
.AnyTagClassName
{
color: #2956E0;
}
</style>
background-color css
<style>
a { background-color: #2956E0; }
a { background-color: rgb(41,86,224); }
div.DivClassName
{
background-color: #2956E0;
}
.BgClassName
{
background-color: #2956E0;
}
</style>
border-color css
<style>
span { border-color: #2956E0; }
span { border-color: rgb(41,86,224); }
td.TdClassName
{
border-color: #2956E0;
}
.TagClassName
{
border-color: #2956E0;
}
</style>