Shades of Endeavour #226394
Tints of Endeavour #226394
RGB
CMYK
RGB Variations
Color information
#226394 (or 0x226394) is known color: Endeavour. HEX triplet: 22, 63 and 94. RGB value is (34,99,148). Sum of RGB (Red+Green+Blue) = 34+99+148=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #226394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226394 is #DD9C6B. Grayscale: #545454. Windows color (decimal): -14523500 or 9724706. OLE color: 9724706.
HSL color Cylindrical-coordinate representation of color #226394: hue angle of 205.79º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226394 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 99 | 148 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.42 |
| HSL | 205.79º | 0.63% | 0.36% | - |
| HSV(B) | 205.79º | 0.77% | 0.58% | - |
| XYZ | 10.47 | 11.4 | 29.67 | - |
| YUV | 85.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 99 | 148 | 0.77 | 0.33 | 0 | 0.42 | 205.79 | 0.63 | 0.36 |
| Hex | 22 | 63 | 94 | 4D | 21 | 0 | 2A | CE | 3F | 24 |
| Octal | 42 | 143 | 224 | 115 | 41 | 0 | 52 | 316 | 77 | 44 |
| Binary | 100010 | 1100011 | 10010100 | 1001101 | 100001 | 0 | 101010 | 11001110 | 111111 | 100100 |
Color Harmonies of #226394
Complementary color
Monochromatic Colors of #226394
Black with #226394
Text Example
Text Example
White with #226394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226394; }
p { color: rgb(34,99,148); }
H1.HeaderClassName
{
color: #226394;
}
.AnyTagClassName
{
color: #226394;
}
</style>
background-color css
<style>
a { background-color: #226394; }
a { background-color: rgb(34,99,148); }
div.DivClassName
{
background-color: #226394;
}
.BgClassName
{
background-color: #226394;
}
</style>
border-color css
<style>
span { border-color: #226394; }
span { border-color: rgb(34,99,148); }
td.TdClassName
{
border-color: #226394;
}
.TagClassName
{
border-color: #226394;
}
</style>