Shades of Royal Blue #2967E7
Tints of Royal Blue #2967E7
RGB
CMYK
RGB Variations
Color information
#2967E7 (or 0x2967E7) is known color: Royal Blue. HEX triplet: 29, 67 and E7. RGB value is (41,103,231). Sum of RGB (Red+Green+Blue) = 41+103+231=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 231 (90.62% from 255 or 61.6% from 375); Max value from RGB is 231 - color contains mainly: blue. Hex color #2967E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2967E7 is #D69818. Grayscale: #626262. Windows color (decimal): -14063641 or 15165225. OLE color: 15165225.
HSL color Cylindrical-coordinate representation of color #2967E7: hue angle of 220.42º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2967E7 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 103 | 231 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.09 |
| HSL | 220.42º | 0.8% | 0.53% | - |
| HSV(B) | 220.42º | 0.82% | 0.91% | - |
| XYZ | 20.19 | 15.94 | 77.61 | - |
| YUV | 99.05 | 202.46 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 231 | 0.82 | 0.55 | 0 | 0.09 | 220.42 | 0.8 | 0.53 |
| Hex | 29 | 67 | E7 | 52 | 37 | 0 | 9 | DC | 50 | 35 |
| Octal | 51 | 147 | 347 | 122 | 67 | 0 | 11 | 334 | 120 | 65 |
| Binary | 101001 | 1100111 | 11100111 | 1010010 | 110111 | 0 | 1001 | 11011100 | 1010000 | 110101 |
Color Harmonies of #2967E7
Complementary color
Monochromatic Colors of #2967E7
Black with #2967E7
Text Example
Text Example
White with #2967E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2967E7; }
p { color: rgb(41,103,231); }
H1.HeaderClassName
{
color: #2967E7;
}
.AnyTagClassName
{
color: #2967E7;
}
</style>
background-color css
<style>
a { background-color: #2967E7; }
a { background-color: rgb(41,103,231); }
div.DivClassName
{
background-color: #2967E7;
}
.BgClassName
{
background-color: #2967E7;
}
</style>
border-color css
<style>
span { border-color: #2967E7; }
span { border-color: rgb(41,103,231); }
td.TdClassName
{
border-color: #2967E7;
}
.TagClassName
{
border-color: #2967E7;
}
</style>