Shades of Royal Blue #2958E1
Tints of Royal Blue #2958E1
RGB
CMYK
RGB Variations
Color information
#2958E1 (or 0x2958E1) is known color: Royal Blue. HEX triplet: 29, 58 and E1. RGB value is (41,88,225). Sum of RGB (Red+Green+Blue) = 41+88+225=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #2958E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2958E1 is #D6A71E. Grayscale: #585858. Windows color (decimal): -14067487 or 14768169. OLE color: 14768169.
HSL color Cylindrical-coordinate representation of color #2958E1: hue angle of 224.67º 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 #2958E1 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 88 | 225 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.12 |
| HSL | 224.67º | 0.75% | 0.52% | - |
| HSV(B) | 224.67º | 0.82% | 0.88% | - |
| XYZ | 17.99 | 12.89 | 72.77 | - |
| YUV | 89.57 | 204.43 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 225 | 0.82 | 0.61 | 0 | 0.12 | 224.67 | 0.75 | 0.52 |
| Hex | 29 | 58 | E1 | 52 | 3D | 0 | C | E1 | 4B | 34 |
| Octal | 51 | 130 | 341 | 122 | 75 | 0 | 14 | 341 | 113 | 64 |
| Binary | 101001 | 1011000 | 11100001 | 1010010 | 111101 | 0 | 1100 | 11100001 | 1001011 | 110100 |
Color Harmonies of #2958E1
Complementary color
Monochromatic Colors of #2958E1
Black with #2958E1
Text Example
Text Example
White with #2958E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2958E1; }
p { color: rgb(41,88,225); }
H1.HeaderClassName
{
color: #2958E1;
}
.AnyTagClassName
{
color: #2958E1;
}
</style>
background-color css
<style>
a { background-color: #2958E1; }
a { background-color: rgb(41,88,225); }
div.DivClassName
{
background-color: #2958E1;
}
.BgClassName
{
background-color: #2958E1;
}
</style>
border-color css
<style>
span { border-color: #2958E1; }
span { border-color: rgb(41,88,225); }
td.TdClassName
{
border-color: #2958E1;
}
.TagClassName
{
border-color: #2958E1;
}
</style>