Shades of Endeavour #22628F
Tints of Endeavour #22628F
RGB
CMYK
RGB Variations
Color information
#22628F (or 0x22628F) is known color: Endeavour. HEX triplet: 22, 62 and 8F. RGB value is (34,98,143). Sum of RGB (Red+Green+Blue) = 34+98+143=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #22628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22628F is #DD9D70. Grayscale: #535353. Windows color (decimal): -14523761 or 9396770. OLE color: 9396770.
HSL color Cylindrical-coordinate representation of color #22628F: hue angle of 204.77º 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 #22628F is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 98 | 143 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.44 |
| HSL | 204.77º | 0.62% | 0.35% | - |
| HSV(B) | 204.77º | 0.76% | 0.56% | - |
| XYZ | 9.99 | 11.06 | 27.59 | - |
| YUV | 83.99 | 161.3 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 98 | 143 | 0.76 | 0.31 | 0 | 0.44 | 204.77 | 0.62 | 0.35 |
| Hex | 22 | 62 | 8F | 4C | 1F | 0 | 2C | CD | 3E | 23 |
| Octal | 42 | 142 | 217 | 114 | 37 | 0 | 54 | 315 | 76 | 43 |
| Binary | 100010 | 1100010 | 10001111 | 1001100 | 11111 | 0 | 101100 | 11001101 | 111110 | 100011 |
Color Harmonies of #22628F
Complementary color
Monochromatic Colors of #22628F
Black with #22628F
Text Example
Text Example
White with #22628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22628F; }
p { color: rgb(34,98,143); }
H1.HeaderClassName
{
color: #22628F;
}
.AnyTagClassName
{
color: #22628F;
}
</style>
background-color css
<style>
a { background-color: #22628F; }
a { background-color: rgb(34,98,143); }
div.DivClassName
{
background-color: #22628F;
}
.BgClassName
{
background-color: #22628F;
}
</style>
border-color css
<style>
span { border-color: #22628F; }
span { border-color: rgb(34,98,143); }
td.TdClassName
{
border-color: #22628F;
}
.TagClassName
{
border-color: #22628F;
}
</style>