Shades of Endeavour #225199
Tints of Endeavour #225199
RGB
CMYK
RGB Variations
Color information
#225199 (or 0x225199) is known color: Endeavour. HEX triplet: 22, 51 and 99. RGB value is (34,81,153). Sum of RGB (Red+Green+Blue) = 34+81+153=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #225199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225199 is #DDAE66. Grayscale: #4A4A4A. Windows color (decimal): -14528103 or 10047778. OLE color: 10047778.
HSL color Cylindrical-coordinate representation of color #225199: hue angle of 216.3º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225199 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 81 | 153 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.4 |
| HSL | 216.3º | 0.64% | 0.37% | - |
| HSV(B) | 216.3º | 0.78% | 0.6% | - |
| XYZ | 9.35 | 8.52 | 31.29 | - |
| YUV | 75.16 | 171.93 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 153 | 0.78 | 0.47 | 0 | 0.4 | 216.3 | 0.64 | 0.37 |
| Hex | 22 | 51 | 99 | 4E | 2F | 0 | 28 | D8 | 40 | 25 |
| Octal | 42 | 121 | 231 | 116 | 57 | 0 | 50 | 330 | 100 | 45 |
| Binary | 100010 | 1010001 | 10011001 | 1001110 | 101111 | 0 | 101000 | 11011000 | 1000000 | 100101 |
Color Harmonies of #225199
Complementary color
Monochromatic Colors of #225199
Black with #225199
Text Example
Text Example
White with #225199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225199; }
p { color: rgb(34,81,153); }
H1.HeaderClassName
{
color: #225199;
}
.AnyTagClassName
{
color: #225199;
}
</style>
background-color css
<style>
a { background-color: #225199; }
a { background-color: rgb(34,81,153); }
div.DivClassName
{
background-color: #225199;
}
.BgClassName
{
background-color: #225199;
}
</style>
border-color css
<style>
span { border-color: #225199; }
span { border-color: rgb(34,81,153); }
td.TdClassName
{
border-color: #225199;
}
.TagClassName
{
border-color: #225199;
}
</style>