Shades of Royal Blue #2967DC
Tints of Royal Blue #2967DC
RGB
CMYK
RGB Variations
Color information
#2967DC (or 0x2967DC) is known color: Royal Blue. HEX triplet: 29, 67 and DC. RGB value is (41,103,220). Sum of RGB (Red+Green+Blue) = 41+103+220=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #2967DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2967DC is #D69823. Grayscale: #616161. Windows color (decimal): -14063652 or 14444329. OLE color: 14444329.
HSL color Cylindrical-coordinate representation of color #2967DC: hue angle of 219.22º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2967DC is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 103 | 220 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.14 |
| HSL | 219.22º | 0.72% | 0.51% | - |
| HSV(B) | 219.22º | 0.81% | 0.86% | - |
| XYZ | 18.68 | 15.34 | 69.69 | - |
| YUV | 97.8 | 196.96 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 220 | 0.81 | 0.53 | 0 | 0.14 | 219.22 | 0.72 | 0.51 |
| Hex | 29 | 67 | DC | 51 | 35 | 0 | E | DB | 48 | 33 |
| Octal | 51 | 147 | 334 | 121 | 65 | 0 | 16 | 333 | 110 | 63 |
| Binary | 101001 | 1100111 | 11011100 | 1010001 | 110101 | 0 | 1110 | 11011011 | 1001000 | 110011 |
Color Harmonies of #2967DC
Complementary color
Monochromatic Colors of #2967DC
Black with #2967DC
Text Example
Text Example
White with #2967DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2967DC; }
p { color: rgb(41,103,220); }
H1.HeaderClassName
{
color: #2967DC;
}
.AnyTagClassName
{
color: #2967DC;
}
</style>
background-color css
<style>
a { background-color: #2967DC; }
a { background-color: rgb(41,103,220); }
div.DivClassName
{
background-color: #2967DC;
}
.BgClassName
{
background-color: #2967DC;
}
</style>
border-color css
<style>
span { border-color: #2967DC; }
span { border-color: rgb(41,103,220); }
td.TdClassName
{
border-color: #2967DC;
}
.TagClassName
{
border-color: #2967DC;
}
</style>