Shades of Royal Blue #2961EC
Tints of Royal Blue #2961EC
RGB
CMYK
RGB Variations
Color information
#2961EC (or 0x2961EC) is known color: Royal Blue. HEX triplet: 29, 61 and EC. RGB value is (41,97,236). Sum of RGB (Red+Green+Blue) = 41+97+236=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #2961EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2961EC is #D69E13. Grayscale: #5F5F5F. Windows color (decimal): -14065172 or 15491369. OLE color: 15491369.
HSL color Cylindrical-coordinate representation of color #2961EC: hue angle of 222.77º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2961EC is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 97 | 236 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.07 |
| HSL | 222.77º | 0.84% | 0.54% | - |
| HSV(B) | 222.77º | 0.83% | 0.93% | - |
| XYZ | 20.33 | 15.08 | 81.2 | - |
| YUV | 96.1 | 206.95 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 97 | 236 | 0.83 | 0.59 | 0 | 0.07 | 222.77 | 0.84 | 0.54 |
| Hex | 29 | 61 | EC | 53 | 3B | 0 | 7 | DF | 54 | 36 |
| Octal | 51 | 141 | 354 | 123 | 73 | 0 | 7 | 337 | 124 | 66 |
| Binary | 101001 | 1100001 | 11101100 | 1010011 | 111011 | 0 | 111 | 11011111 | 1010100 | 110110 |
Color Harmonies of #2961EC
Complementary color
Monochromatic Colors of #2961EC
Black with #2961EC
Text Example
Text Example
White with #2961EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2961EC; }
p { color: rgb(41,97,236); }
H1.HeaderClassName
{
color: #2961EC;
}
.AnyTagClassName
{
color: #2961EC;
}
</style>
background-color css
<style>
a { background-color: #2961EC; }
a { background-color: rgb(41,97,236); }
div.DivClassName
{
background-color: #2961EC;
}
.BgClassName
{
background-color: #2961EC;
}
</style>
border-color css
<style>
span { border-color: #2961EC; }
span { border-color: rgb(41,97,236); }
td.TdClassName
{
border-color: #2961EC;
}
.TagClassName
{
border-color: #2961EC;
}
</style>