Shades of Endeavour #22629B
Tints of Endeavour #22629B
RGB
CMYK
RGB Variations
Color information
#22629B (or 0x22629B) is known color: Endeavour. HEX triplet: 22, 62 and 9B. RGB value is (34,98,155). Sum of RGB (Red+Green+Blue) = 34+98+155=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #22629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22629B is #DD9D64. Grayscale: #555555. Windows color (decimal): -14523749 or 10183202. OLE color: 10183202.
HSL color Cylindrical-coordinate representation of color #22629B: hue angle of 208.26º 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 #22629B is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 98 | 155 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.39 |
| HSL | 208.26º | 0.64% | 0.37% | - |
| HSV(B) | 208.26º | 0.78% | 0.61% | - |
| XYZ | 10.94 | 11.44 | 32.64 | - |
| YUV | 85.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 98 | 155 | 0.78 | 0.37 | 0 | 0.39 | 208.26 | 0.64 | 0.37 |
| Hex | 22 | 62 | 9B | 4E | 25 | 0 | 27 | D0 | 40 | 25 |
| Octal | 42 | 142 | 233 | 116 | 45 | 0 | 47 | 320 | 100 | 45 |
| Binary | 100010 | 1100010 | 10011011 | 1001110 | 100101 | 0 | 100111 | 11010000 | 1000000 | 100101 |
Color Harmonies of #22629B
Complementary color
Monochromatic Colors of #22629B
Black with #22629B
Text Example
Text Example
White with #22629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22629B; }
p { color: rgb(34,98,155); }
H1.HeaderClassName
{
color: #22629B;
}
.AnyTagClassName
{
color: #22629B;
}
</style>
background-color css
<style>
a { background-color: #22629B; }
a { background-color: rgb(34,98,155); }
div.DivClassName
{
background-color: #22629B;
}
.BgClassName
{
background-color: #22629B;
}
</style>
border-color css
<style>
span { border-color: #22629B; }
span { border-color: rgb(34,98,155); }
td.TdClassName
{
border-color: #22629B;
}
.TagClassName
{
border-color: #22629B;
}
</style>