Shades of Royal Blue #2956EA
Tints of Royal Blue #2956EA
RGB
CMYK
RGB Variations
Color information
#2956EA (or 0x2956EA) is known color: Royal Blue. HEX triplet: 29, 56 and EA. RGB value is (41,86,234). Sum of RGB (Red+Green+Blue) = 41+86+234=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #2956EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2956EA is #D6A915. Grayscale: #585858. Windows color (decimal): -14067990 or 15357481. OLE color: 15357481.
HSL color Cylindrical-coordinate representation of color #2956EA: hue angle of 226.01º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2956EA is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 86 | 234 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.08 |
| HSL | 226.01º | 0.82% | 0.54% | - |
| HSV(B) | 226.01º | 0.82% | 0.92% | - |
| XYZ | 19.09 | 13.07 | 79.36 | - |
| YUV | 89.42 | 209.59 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 234 | 0.82 | 0.63 | 0 | 0.08 | 226.01 | 0.82 | 0.54 |
| Hex | 29 | 56 | EA | 52 | 3F | 0 | 8 | E2 | 52 | 36 |
| Octal | 51 | 126 | 352 | 122 | 77 | 0 | 10 | 342 | 122 | 66 |
| Binary | 101001 | 1010110 | 11101010 | 1010010 | 111111 | 0 | 1000 | 11100010 | 1010010 | 110110 |
Color Harmonies of #2956EA
Complementary color
Monochromatic Colors of #2956EA
Black with #2956EA
Text Example
Text Example
White with #2956EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2956EA; }
p { color: rgb(41,86,234); }
H1.HeaderClassName
{
color: #2956EA;
}
.AnyTagClassName
{
color: #2956EA;
}
</style>
background-color css
<style>
a { background-color: #2956EA; }
a { background-color: rgb(41,86,234); }
div.DivClassName
{
background-color: #2956EA;
}
.BgClassName
{
background-color: #2956EA;
}
</style>
border-color css
<style>
span { border-color: #2956EA; }
span { border-color: rgb(41,86,234); }
td.TdClassName
{
border-color: #2956EA;
}
.TagClassName
{
border-color: #2956EA;
}
</style>