Shades of Endeavour #22508B
Tints of Endeavour #22508B
RGB
CMYK
RGB Variations
Color information
#22508B (or 0x22508B) is known color: Endeavour. HEX triplet: 22, 50 and 8B. RGB value is (34,80,139). Sum of RGB (Red+Green+Blue) = 34+80+139=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #22508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22508B is #DDAF74. Grayscale: #484848. Windows color (decimal): -14528373 or 9130018. OLE color: 9130018.
HSL color Cylindrical-coordinate representation of color #22508B: hue angle of 213.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22508B is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 80 | 139 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.45 |
| HSL | 213.71º | 0.61% | 0.34% | - |
| HSV(B) | 213.71º | 0.76% | 0.55% | - |
| XYZ | 8.19 | 7.94 | 25.53 | - |
| YUV | 72.97 | 165.26 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 139 | 0.76 | 0.42 | 0 | 0.45 | 213.71 | 0.61 | 0.34 |
| Hex | 22 | 50 | 8B | 4C | 2A | 0 | 2D | D6 | 3D | 22 |
| Octal | 42 | 120 | 213 | 114 | 52 | 0 | 55 | 326 | 75 | 42 |
| Binary | 100010 | 1010000 | 10001011 | 1001100 | 101010 | 0 | 101101 | 11010110 | 111101 | 100010 |
Color Harmonies of #22508B
Complementary color
Monochromatic Colors of #22508B
Black with #22508B
Text Example
Text Example
White with #22508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22508B; }
p { color: rgb(34,80,139); }
H1.HeaderClassName
{
color: #22508B;
}
.AnyTagClassName
{
color: #22508B;
}
</style>
background-color css
<style>
a { background-color: #22508B; }
a { background-color: rgb(34,80,139); }
div.DivClassName
{
background-color: #22508B;
}
.BgClassName
{
background-color: #22508B;
}
</style>
border-color css
<style>
span { border-color: #22508B; }
span { border-color: rgb(34,80,139); }
td.TdClassName
{
border-color: #22508B;
}
.TagClassName
{
border-color: #22508B;
}
</style>