Shades of Endeavour #225C99
Tints of Endeavour #225C99
RGB
CMYK
RGB Variations
Color information
#225C99 (or 0x225C99) is known color: Endeavour. HEX triplet: 22, 5C and 99. RGB value is (34,92,153). Sum of RGB (Red+Green+Blue) = 34+92+153=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #225C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225C99 is #DDA366. Grayscale: #515151. Windows color (decimal): -14525287 or 10050594. OLE color: 10050594.
HSL color Cylindrical-coordinate representation of color #225C99: hue angle of 210.76º 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 #225C99 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 92 | 153 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.4 |
| HSL | 210.76º | 0.64% | 0.37% | - |
| HSV(B) | 210.76º | 0.78% | 0.6% | - |
| XYZ | 10.24 | 10.29 | 31.58 | - |
| YUV | 81.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 153 | 0.78 | 0.40 | 0 | 0.4 | 210.76 | 0.64 | 0.37 |
| Hex | 22 | 5C | 99 | 4E | 28 | 0 | 28 | D3 | 40 | 25 |
| Octal | 42 | 134 | 231 | 116 | 50 | 0 | 50 | 323 | 100 | 45 |
| Binary | 100010 | 1011100 | 10011001 | 1001110 | 101000 | 0 | 101000 | 11010011 | 1000000 | 100101 |
Color Harmonies of #225C99
Complementary color
Monochromatic Colors of #225C99
Black with #225C99
Text Example
Text Example
White with #225C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C99; }
p { color: rgb(34,92,153); }
H1.HeaderClassName
{
color: #225C99;
}
.AnyTagClassName
{
color: #225C99;
}
</style>
background-color css
<style>
a { background-color: #225C99; }
a { background-color: rgb(34,92,153); }
div.DivClassName
{
background-color: #225C99;
}
.BgClassName
{
background-color: #225C99;
}
</style>
border-color css
<style>
span { border-color: #225C99; }
span { border-color: rgb(34,92,153); }
td.TdClassName
{
border-color: #225C99;
}
.TagClassName
{
border-color: #225C99;
}
</style>