Shades of Endeavour #225184
Tints of Endeavour #225184
RGB
CMYK
RGB Variations
Color information
#225184 (or 0x225184) is known color: Endeavour. HEX triplet: 22, 51 and 84. RGB value is (34,81,132). Sum of RGB (Red+Green+Blue) = 34+81+132=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #225184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225184 is #DDAE7B. Grayscale: #484848. Windows color (decimal): -14528124 or 8671522. OLE color: 8671522.
HSL color Cylindrical-coordinate representation of color #225184: hue angle of 211.22º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225184 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 81 | 132 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.48 |
| HSL | 211.22º | 0.59% | 0.33% | - |
| HSV(B) | 211.22º | 0.74% | 0.52% | - |
| XYZ | 7.77 | 7.89 | 22.94 | - |
| YUV | 72.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 132 | 0.74 | 0.39 | 0 | 0.48 | 211.22 | 0.59 | 0.33 |
| Hex | 22 | 51 | 84 | 4A | 27 | 0 | 30 | D3 | 3B | 21 |
| Octal | 42 | 121 | 204 | 112 | 47 | 0 | 60 | 323 | 73 | 41 |
| Binary | 100010 | 1010001 | 10000100 | 1001010 | 100111 | 0 | 110000 | 11010011 | 111011 | 100001 |
Color Harmonies of #225184
Complementary color
Monochromatic Colors of #225184
Black with #225184
Text Example
Text Example
White with #225184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225184; }
p { color: rgb(34,81,132); }
H1.HeaderClassName
{
color: #225184;
}
.AnyTagClassName
{
color: #225184;
}
</style>
background-color css
<style>
a { background-color: #225184; }
a { background-color: rgb(34,81,132); }
div.DivClassName
{
background-color: #225184;
}
.BgClassName
{
background-color: #225184;
}
</style>
border-color css
<style>
span { border-color: #225184; }
span { border-color: rgb(34,81,132); }
td.TdClassName
{
border-color: #225184;
}
.TagClassName
{
border-color: #225184;
}
</style>