Shades of Endeavour #22658F
Tints of Endeavour #22658F
RGB
CMYK
RGB Variations
Color information
#22658F (or 0x22658F) is known color: Endeavour. HEX triplet: 22, 65 and 8F. RGB value is (34,101,143). Sum of RGB (Red+Green+Blue) = 34+101+143=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #22658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22658F is #DD9A70. Grayscale: #555555. Windows color (decimal): -14522993 or 9397538. OLE color: 9397538.
HSL color Cylindrical-coordinate representation of color #22658F: hue angle of 203.12º 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 #22658F is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 101 | 143 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.44 |
| HSL | 203.12º | 0.62% | 0.35% | - |
| HSV(B) | 203.12º | 0.76% | 0.56% | - |
| XYZ | 10.27 | 11.63 | 27.69 | - |
| YUV | 85.76 | 160.3 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 101 | 143 | 0.76 | 0.29 | 0 | 0.44 | 203.12 | 0.62 | 0.35 |
| Hex | 22 | 65 | 8F | 4C | 1D | 0 | 2C | CB | 3E | 23 |
| Octal | 42 | 145 | 217 | 114 | 35 | 0 | 54 | 313 | 76 | 43 |
| Binary | 100010 | 1100101 | 10001111 | 1001100 | 11101 | 0 | 101100 | 11001011 | 111110 | 100011 |
Color Harmonies of #22658F
Complementary color
Monochromatic Colors of #22658F
Black with #22658F
Text Example
Text Example
White with #22658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22658F; }
p { color: rgb(34,101,143); }
H1.HeaderClassName
{
color: #22658F;
}
.AnyTagClassName
{
color: #22658F;
}
</style>
background-color css
<style>
a { background-color: #22658F; }
a { background-color: rgb(34,101,143); }
div.DivClassName
{
background-color: #22658F;
}
.BgClassName
{
background-color: #22658F;
}
</style>
border-color css
<style>
span { border-color: #22658F; }
span { border-color: rgb(34,101,143); }
td.TdClassName
{
border-color: #22658F;
}
.TagClassName
{
border-color: #22658F;
}
</style>