Shades of Royal Blue #2967E0
Tints of Royal Blue #2967E0
RGB
CMYK
RGB Variations
Color information
#2967E0 (or 0x2967E0) is known color: Royal Blue. HEX triplet: 29, 67 and E0. RGB value is (41,103,224). Sum of RGB (Red+Green+Blue) = 41+103+224=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #2967E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2967E0 is #D6981F. Grayscale: #616161. Windows color (decimal): -14063648 or 14706473. OLE color: 14706473.
HSL color Cylindrical-coordinate representation of color #2967E0: hue angle of 219.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 #2967E0 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 103 | 224 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.12 |
| HSL | 219.67º | 0.75% | 0.52% | - |
| HSV(B) | 219.67º | 0.82% | 0.88% | - |
| XYZ | 19.22 | 15.55 | 72.51 | - |
| YUV | 98.26 | 198.96 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 224 | 0.82 | 0.54 | 0 | 0.12 | 219.67 | 0.75 | 0.52 |
| Hex | 29 | 67 | E0 | 52 | 36 | 0 | C | DC | 4B | 34 |
| Octal | 51 | 147 | 340 | 122 | 66 | 0 | 14 | 334 | 113 | 64 |
| Binary | 101001 | 1100111 | 11100000 | 1010010 | 110110 | 0 | 1100 | 11011100 | 1001011 | 110100 |
Color Harmonies of #2967E0
Complementary color
Monochromatic Colors of #2967E0
Black with #2967E0
Text Example
Text Example
White with #2967E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2967E0; }
p { color: rgb(41,103,224); }
H1.HeaderClassName
{
color: #2967E0;
}
.AnyTagClassName
{
color: #2967E0;
}
</style>
background-color css
<style>
a { background-color: #2967E0; }
a { background-color: rgb(41,103,224); }
div.DivClassName
{
background-color: #2967E0;
}
.BgClassName
{
background-color: #2967E0;
}
</style>
border-color css
<style>
span { border-color: #2967E0; }
span { border-color: rgb(41,103,224); }
td.TdClassName
{
border-color: #2967E0;
}
.TagClassName
{
border-color: #2967E0;
}
</style>