Shades of Royal Blue #2964EA
Tints of Royal Blue #2964EA
RGB
CMYK
RGB Variations
Color information
#2964EA (or 0x2964EA) is known color: Royal Blue. HEX triplet: 29, 64 and EA. RGB value is (41,100,234). Sum of RGB (Red+Green+Blue) = 41+100+234=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #2964EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2964EA is #D69B15. Grayscale: #616161. Windows color (decimal): -14064406 or 15361065. OLE color: 15361065.
HSL color Cylindrical-coordinate representation of color #2964EA: hue angle of 221.66º 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 #2964EA is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 100 | 234 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.08 |
| HSL | 221.66º | 0.82% | 0.54% | - |
| HSV(B) | 221.66º | 0.82% | 0.92% | - |
| XYZ | 20.32 | 15.53 | 79.77 | - |
| YUV | 97.64 | 204.95 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 234 | 0.82 | 0.57 | 0 | 0.08 | 221.66 | 0.82 | 0.54 |
| Hex | 29 | 64 | EA | 52 | 39 | 0 | 8 | DE | 52 | 36 |
| Octal | 51 | 144 | 352 | 122 | 71 | 0 | 10 | 336 | 122 | 66 |
| Binary | 101001 | 1100100 | 11101010 | 1010010 | 111001 | 0 | 1000 | 11011110 | 1010010 | 110110 |
Color Harmonies of #2964EA
Complementary color
Monochromatic Colors of #2964EA
Black with #2964EA
Text Example
Text Example
White with #2964EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2964EA; }
p { color: rgb(41,100,234); }
H1.HeaderClassName
{
color: #2964EA;
}
.AnyTagClassName
{
color: #2964EA;
}
</style>
background-color css
<style>
a { background-color: #2964EA; }
a { background-color: rgb(41,100,234); }
div.DivClassName
{
background-color: #2964EA;
}
.BgClassName
{
background-color: #2964EA;
}
</style>
border-color css
<style>
span { border-color: #2964EA; }
span { border-color: rgb(41,100,234); }
td.TdClassName
{
border-color: #2964EA;
}
.TagClassName
{
border-color: #2964EA;
}
</style>