Shades of Endeavour #225195
Tints of Endeavour #225195
RGB
CMYK
RGB Variations
Color information
#225195 (or 0x225195) is known color: Endeavour. HEX triplet: 22, 51 and 95. RGB value is (34,81,149). Sum of RGB (Red+Green+Blue) = 34+81+149=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #225195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225195 is #DDAE6A. Grayscale: #4A4A4A. Windows color (decimal): -14528107 or 9785634. OLE color: 9785634.
HSL color Cylindrical-coordinate representation of color #225195: hue angle of 215.48º 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 #225195 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 81 | 149 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.42 |
| HSL | 215.48º | 0.63% | 0.36% | - |
| HSV(B) | 215.48º | 0.77% | 0.58% | - |
| XYZ | 9.03 | 8.39 | 29.58 | - |
| YUV | 74.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 149 | 0.77 | 0.46 | 0 | 0.42 | 215.48 | 0.63 | 0.36 |
| Hex | 22 | 51 | 95 | 4D | 2E | 0 | 2A | D7 | 3F | 24 |
| Octal | 42 | 121 | 225 | 115 | 56 | 0 | 52 | 327 | 77 | 44 |
| Binary | 100010 | 1010001 | 10010101 | 1001101 | 101110 | 0 | 101010 | 11010111 | 111111 | 100100 |
Color Harmonies of #225195
Complementary color
Monochromatic Colors of #225195
Black with #225195
Text Example
Text Example
White with #225195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225195; }
p { color: rgb(34,81,149); }
H1.HeaderClassName
{
color: #225195;
}
.AnyTagClassName
{
color: #225195;
}
</style>
background-color css
<style>
a { background-color: #225195; }
a { background-color: rgb(34,81,149); }
div.DivClassName
{
background-color: #225195;
}
.BgClassName
{
background-color: #225195;
}
</style>
border-color css
<style>
span { border-color: #225195; }
span { border-color: rgb(34,81,149); }
td.TdClassName
{
border-color: #225195;
}
.TagClassName
{
border-color: #225195;
}
</style>