Shades of Endeavour #226593
Tints of Endeavour #226593
RGB
CMYK
RGB Variations
Color information
#226593 (or 0x226593) is known color: Endeavour. HEX triplet: 22, 65 and 93. RGB value is (34,101,147). Sum of RGB (Red+Green+Blue) = 34+101+147=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #226593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226593 is #DD9A6C. Grayscale: #555555. Windows color (decimal): -14522989 or 9659682. OLE color: 9659682.
HSL color Cylindrical-coordinate representation of color #226593: hue angle of 204.42º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226593 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 101 | 147 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.42 |
| HSL | 204.42º | 0.62% | 0.35% | - |
| HSV(B) | 204.42º | 0.77% | 0.58% | - |
| XYZ | 10.58 | 11.75 | 29.31 | - |
| YUV | 86.21 | 162.3 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 101 | 147 | 0.77 | 0.31 | 0 | 0.42 | 204.42 | 0.62 | 0.35 |
| Hex | 22 | 65 | 93 | 4D | 1F | 0 | 2A | CC | 3E | 23 |
| Octal | 42 | 145 | 223 | 115 | 37 | 0 | 52 | 314 | 76 | 43 |
| Binary | 100010 | 1100101 | 10010011 | 1001101 | 11111 | 0 | 101010 | 11001100 | 111110 | 100011 |
Color Harmonies of #226593
Complementary color
Monochromatic Colors of #226593
Black with #226593
Text Example
Text Example
White with #226593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226593; }
p { color: rgb(34,101,147); }
H1.HeaderClassName
{
color: #226593;
}
.AnyTagClassName
{
color: #226593;
}
</style>
background-color css
<style>
a { background-color: #226593; }
a { background-color: rgb(34,101,147); }
div.DivClassName
{
background-color: #226593;
}
.BgClassName
{
background-color: #226593;
}
</style>
border-color css
<style>
span { border-color: #226593; }
span { border-color: rgb(34,101,147); }
td.TdClassName
{
border-color: #226593;
}
.TagClassName
{
border-color: #226593;
}
</style>