Shades of Endeavour #225188
Tints of Endeavour #225188
RGB
CMYK
RGB Variations
Color information
#225188 (or 0x225188) is known color: Endeavour. HEX triplet: 22, 51 and 88. RGB value is (34,81,136). Sum of RGB (Red+Green+Blue) = 34+81+136=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #225188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225188 is #DDAE77. Grayscale: #484848. Windows color (decimal): -14528120 or 8933666. OLE color: 8933666.
HSL color Cylindrical-coordinate representation of color #225188: hue angle of 212.35º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225188 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 81 | 136 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.47 |
| HSL | 212.35º | 0.6% | 0.33% | - |
| HSV(B) | 212.35º | 0.75% | 0.53% | - |
| XYZ | 8.05 | 8 | 24.41 | - |
| YUV | 73.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 136 | 0.75 | 0.40 | 0 | 0.47 | 212.35 | 0.6 | 0.33 |
| Hex | 22 | 51 | 88 | 4B | 28 | 0 | 2F | D4 | 3C | 21 |
| Octal | 42 | 121 | 210 | 113 | 50 | 0 | 57 | 324 | 74 | 41 |
| Binary | 100010 | 1010001 | 10001000 | 1001011 | 101000 | 0 | 101111 | 11010100 | 111100 | 100001 |
Color Harmonies of #225188
Complementary color
Monochromatic Colors of #225188
Black with #225188
Text Example
Text Example
White with #225188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225188; }
p { color: rgb(34,81,136); }
H1.HeaderClassName
{
color: #225188;
}
.AnyTagClassName
{
color: #225188;
}
</style>
background-color css
<style>
a { background-color: #225188; }
a { background-color: rgb(34,81,136); }
div.DivClassName
{
background-color: #225188;
}
.BgClassName
{
background-color: #225188;
}
</style>
border-color css
<style>
span { border-color: #225188; }
span { border-color: rgb(34,81,136); }
td.TdClassName
{
border-color: #225188;
}
.TagClassName
{
border-color: #225188;
}
</style>