Shades of Endeavour #22499B
Tints of Endeavour #22499B
RGB
CMYK
RGB Variations
Color information
#22499B (or 0x22499B) is known color: Endeavour. HEX triplet: 22, 49 and 9B. RGB value is (34,73,155). Sum of RGB (Red+Green+Blue) = 34+73+155=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #22499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22499B is #DDB664. Grayscale: #464646. Windows color (decimal): -14530149 or 10176802. OLE color: 10176802.
HSL color Cylindrical-coordinate representation of color #22499B: hue angle of 220.66º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22499B is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 73 | 155 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.39 |
| HSL | 220.66º | 0.64% | 0.37% | - |
| HSV(B) | 220.66º | 0.78% | 0.61% | - |
| XYZ | 8.96 | 7.47 | 31.98 | - |
| YUV | 70.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 155 | 0.78 | 0.53 | 0 | 0.39 | 220.66 | 0.64 | 0.37 |
| Hex | 22 | 49 | 9B | 4E | 35 | 0 | 27 | DD | 40 | 25 |
| Octal | 42 | 111 | 233 | 116 | 65 | 0 | 47 | 335 | 100 | 45 |
| Binary | 100010 | 1001001 | 10011011 | 1001110 | 110101 | 0 | 100111 | 11011101 | 1000000 | 100101 |
Color Harmonies of #22499B
Complementary color
Monochromatic Colors of #22499B
Black with #22499B
Text Example
Text Example
White with #22499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22499B; }
p { color: rgb(34,73,155); }
H1.HeaderClassName
{
color: #22499B;
}
.AnyTagClassName
{
color: #22499B;
}
</style>
background-color css
<style>
a { background-color: #22499B; }
a { background-color: rgb(34,73,155); }
div.DivClassName
{
background-color: #22499B;
}
.BgClassName
{
background-color: #22499B;
}
</style>
border-color css
<style>
span { border-color: #22499B; }
span { border-color: rgb(34,73,155); }
td.TdClassName
{
border-color: #22499B;
}
.TagClassName
{
border-color: #22499B;
}
</style>