Shades of Royal Blue #2963E6
Tints of Royal Blue #2963E6
RGB
CMYK
RGB Variations
Color information
#2963E6 (or 0x2963E6) is known color: Royal Blue. HEX triplet: 29, 63 and E6. RGB value is (41,99,230). Sum of RGB (Red+Green+Blue) = 41+99+230=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #2963E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2963E6 is #D69C19. Grayscale: #606060. Windows color (decimal): -14064666 or 15098665. OLE color: 15098665.
HSL color Cylindrical-coordinate representation of color #2963E6: hue angle of 221.59º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2963E6 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 99 | 230 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.10 |
| HSL | 221.59º | 0.79% | 0.53% | - |
| HSV(B) | 221.59º | 0.82% | 0.9% | - |
| XYZ | 19.66 | 15.11 | 76.74 | - |
| YUV | 96.59 | 203.28 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 230 | 0.82 | 0.57 | 0 | 0.10 | 221.59 | 0.79 | 0.53 |
| Hex | 29 | 63 | E6 | 52 | 39 | 0 | A | DE | 4F | 35 |
| Octal | 51 | 143 | 346 | 122 | 71 | 0 | 12 | 336 | 117 | 65 |
| Binary | 101001 | 1100011 | 11100110 | 1010010 | 111001 | 0 | 1010 | 11011110 | 1001111 | 110101 |
Color Harmonies of #2963E6
Complementary color
Monochromatic Colors of #2963E6
Black with #2963E6
Text Example
Text Example
White with #2963E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963E6; }
p { color: rgb(41,99,230); }
H1.HeaderClassName
{
color: #2963E6;
}
.AnyTagClassName
{
color: #2963E6;
}
</style>
background-color css
<style>
a { background-color: #2963E6; }
a { background-color: rgb(41,99,230); }
div.DivClassName
{
background-color: #2963E6;
}
.BgClassName
{
background-color: #2963E6;
}
</style>
border-color css
<style>
span { border-color: #2963E6; }
span { border-color: rgb(41,99,230); }
td.TdClassName
{
border-color: #2963E6;
}
.TagClassName
{
border-color: #2963E6;
}
</style>