Shades of Royal Blue #2961DA
Tints of Royal Blue #2961DA
RGB
CMYK
RGB Variations
Color information
#2961DA (or 0x2961DA) is known color: Royal Blue. HEX triplet: 29, 61 and DA. RGB value is (41,97,218). Sum of RGB (Red+Green+Blue) = 41+97+218=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #2961DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961DA is #D69E25. Grayscale: #5D5D5D. Windows color (decimal): -14065190 or 14311721. OLE color: 14311721.
HSL color Cylindrical-coordinate representation of color #2961DA: hue angle of 221.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2961DA is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 97 | 218 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.15 |
| HSL | 221.02º | 0.71% | 0.51% | - |
| HSV(B) | 221.02º | 0.81% | 0.85% | - |
| XYZ | 17.84 | 14.08 | 68.11 | - |
| YUV | 94.05 | 197.95 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 97 | 218 | 0.81 | 0.56 | 0 | 0.15 | 221.02 | 0.71 | 0.51 |
| Hex | 29 | 61 | DA | 51 | 38 | 0 | F | DD | 47 | 33 |
| Octal | 51 | 141 | 332 | 121 | 70 | 0 | 17 | 335 | 107 | 63 |
| Binary | 101001 | 1100001 | 11011010 | 1010001 | 111000 | 0 | 1111 | 11011101 | 1000111 | 110011 |
Color Harmonies of #2961DA
Complementary color
Monochromatic Colors of #2961DA
Black with #2961DA
Text Example
Text Example
White with #2961DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2961DA; }
p { color: rgb(41,97,218); }
H1.HeaderClassName
{
color: #2961DA;
}
.AnyTagClassName
{
color: #2961DA;
}
</style>
background-color css
<style>
a { background-color: #2961DA; }
a { background-color: rgb(41,97,218); }
div.DivClassName
{
background-color: #2961DA;
}
.BgClassName
{
background-color: #2961DA;
}
</style>
border-color css
<style>
span { border-color: #2961DA; }
span { border-color: rgb(41,97,218); }
td.TdClassName
{
border-color: #2961DA;
}
.TagClassName
{
border-color: #2961DA;
}
</style>