Shades of Royal Blue #2952EB
Tints of Royal Blue #2952EB
RGB
CMYK
RGB Variations
Color information
#2952EB (or 0x2952EB) is known color: Royal Blue. HEX triplet: 29, 52 and EB. RGB value is (41,82,235). Sum of RGB (Red+Green+Blue) = 41+82+235=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #2952EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2952EB is #D6AD14. Grayscale: #565656. Windows color (decimal): -14069013 or 15421993. OLE color: 15421993.
HSL color Cylindrical-coordinate representation of color #2952EB: hue angle of 227.32º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2952EB is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 82 | 235 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.08 |
| HSL | 227.32º | 0.83% | 0.54% | - |
| HSV(B) | 227.32º | 0.83% | 0.92% | - |
| XYZ | 18.93 | 12.5 | 80.01 | - |
| YUV | 87.18 | 211.42 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 235 | 0.83 | 0.65 | 0 | 0.08 | 227.32 | 0.83 | 0.54 |
| Hex | 29 | 52 | EB | 53 | 41 | 0 | 8 | E3 | 53 | 36 |
| Octal | 51 | 122 | 353 | 123 | 101 | 0 | 10 | 343 | 123 | 66 |
| Binary | 101001 | 1010010 | 11101011 | 1010011 | 1000001 | 0 | 1000 | 11100011 | 1010011 | 110110 |
Color Harmonies of #2952EB
Complementary color
Monochromatic Colors of #2952EB
Black with #2952EB
Text Example
Text Example
White with #2952EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2952EB; }
p { color: rgb(41,82,235); }
H1.HeaderClassName
{
color: #2952EB;
}
.AnyTagClassName
{
color: #2952EB;
}
</style>
background-color css
<style>
a { background-color: #2952EB; }
a { background-color: rgb(41,82,235); }
div.DivClassName
{
background-color: #2952EB;
}
.BgClassName
{
background-color: #2952EB;
}
</style>
border-color css
<style>
span { border-color: #2952EB; }
span { border-color: rgb(41,82,235); }
td.TdClassName
{
border-color: #2952EB;
}
.TagClassName
{
border-color: #2952EB;
}
</style>