Shades of Endeavour #22609D
Tints of Endeavour #22609D
RGB
CMYK
RGB Variations
Color information
#22609D (or 0x22609D) is known color: Endeavour. HEX triplet: 22, 60 and 9D. RGB value is (34,96,157). Sum of RGB (Red+Green+Blue) = 34+96+157=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #22609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22609D is #DD9F62. Grayscale: #545454. Windows color (decimal): -14524259 or 10313762. OLE color: 10313762.
HSL color Cylindrical-coordinate representation of color #22609D: hue angle of 209.76º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22609D is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 96 | 157 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.38 |
| HSL | 209.76º | 0.64% | 0.37% | - |
| HSV(B) | 209.76º | 0.78% | 0.62% | - |
| XYZ | 10.93 | 11.14 | 33.47 | - |
| YUV | 84.42 | 168.96 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 157 | 0.78 | 0.39 | 0 | 0.38 | 209.76 | 0.64 | 0.37 |
| Hex | 22 | 60 | 9D | 4E | 27 | 0 | 26 | D2 | 40 | 25 |
| Octal | 42 | 140 | 235 | 116 | 47 | 0 | 46 | 322 | 100 | 45 |
| Binary | 100010 | 1100000 | 10011101 | 1001110 | 100111 | 0 | 100110 | 11010010 | 1000000 | 100101 |
Color Harmonies of #22609D
Complementary color
Monochromatic Colors of #22609D
Black with #22609D
Text Example
Text Example
White with #22609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22609D; }
p { color: rgb(34,96,157); }
H1.HeaderClassName
{
color: #22609D;
}
.AnyTagClassName
{
color: #22609D;
}
</style>
background-color css
<style>
a { background-color: #22609D; }
a { background-color: rgb(34,96,157); }
div.DivClassName
{
background-color: #22609D;
}
.BgClassName
{
background-color: #22609D;
}
</style>
border-color css
<style>
span { border-color: #22609D; }
span { border-color: rgb(34,96,157); }
td.TdClassName
{
border-color: #22609D;
}
.TagClassName
{
border-color: #22609D;
}
</style>