Shades of Endeavour #225C92
Tints of Endeavour #225C92
RGB
CMYK
RGB Variations
Color information
#225C92 (or 0x225C92) is known color: Endeavour. HEX triplet: 22, 5C and 92. RGB value is (34,92,146). Sum of RGB (Red+Green+Blue) = 34+92+146=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #225C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225C92 is #DDA36D. Grayscale: #505050. Windows color (decimal): -14525294 or 9591842. OLE color: 9591842.
HSL color Cylindrical-coordinate representation of color #225C92: hue angle of 208.93º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225C92 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 92 | 146 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.43 |
| HSL | 208.93º | 0.62% | 0.35% | - |
| HSV(B) | 208.93º | 0.77% | 0.57% | - |
| XYZ | 9.68 | 10.07 | 28.63 | - |
| YUV | 80.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 146 | 0.77 | 0.37 | 0 | 0.43 | 208.93 | 0.62 | 0.35 |
| Hex | 22 | 5C | 92 | 4D | 25 | 0 | 2B | D1 | 3E | 23 |
| Octal | 42 | 134 | 222 | 115 | 45 | 0 | 53 | 321 | 76 | 43 |
| Binary | 100010 | 1011100 | 10010010 | 1001101 | 100101 | 0 | 101011 | 11010001 | 111110 | 100011 |
Color Harmonies of #225C92
Complementary color
Monochromatic Colors of #225C92
Black with #225C92
Text Example
Text Example
White with #225C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C92; }
p { color: rgb(34,92,146); }
H1.HeaderClassName
{
color: #225C92;
}
.AnyTagClassName
{
color: #225C92;
}
</style>
background-color css
<style>
a { background-color: #225C92; }
a { background-color: rgb(34,92,146); }
div.DivClassName
{
background-color: #225C92;
}
.BgClassName
{
background-color: #225C92;
}
</style>
border-color css
<style>
span { border-color: #225C92; }
span { border-color: rgb(34,92,146); }
td.TdClassName
{
border-color: #225C92;
}
.TagClassName
{
border-color: #225C92;
}
</style>