Shades of Endeavour #22508F
Tints of Endeavour #22508F
RGB
CMYK
RGB Variations
Color information
#22508F (or 0x22508F) is known color: Endeavour. HEX triplet: 22, 50 and 8F. RGB value is (34,80,143). Sum of RGB (Red+Green+Blue) = 34+80+143=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #22508F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22508F is #DDAF70. Grayscale: #494949. Windows color (decimal): -14528369 or 9392162. OLE color: 9392162.
HSL color Cylindrical-coordinate representation of color #22508F: hue angle of 214.68º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22508F is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 80 | 143 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.44 |
| HSL | 214.68º | 0.62% | 0.35% | - |
| HSV(B) | 214.68º | 0.76% | 0.56% | - |
| XYZ | 8.49 | 8.06 | 27.1 | - |
| YUV | 73.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 143 | 0.76 | 0.44 | 0 | 0.44 | 214.68 | 0.62 | 0.35 |
| Hex | 22 | 50 | 8F | 4C | 2C | 0 | 2C | D7 | 3E | 23 |
| Octal | 42 | 120 | 217 | 114 | 54 | 0 | 54 | 327 | 76 | 43 |
| Binary | 100010 | 1010000 | 10001111 | 1001100 | 101100 | 0 | 101100 | 11010111 | 111110 | 100011 |
Color Harmonies of #22508F
Complementary color
Monochromatic Colors of #22508F
Black with #22508F
Text Example
Text Example
White with #22508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22508F; }
p { color: rgb(34,80,143); }
H1.HeaderClassName
{
color: #22508F;
}
.AnyTagClassName
{
color: #22508F;
}
</style>
background-color css
<style>
a { background-color: #22508F; }
a { background-color: rgb(34,80,143); }
div.DivClassName
{
background-color: #22508F;
}
.BgClassName
{
background-color: #22508F;
}
</style>
border-color css
<style>
span { border-color: #22508F; }
span { border-color: rgb(34,80,143); }
td.TdClassName
{
border-color: #22508F;
}
.TagClassName
{
border-color: #22508F;
}
</style>