Shades of Endeavour #225D9F
Tints of Endeavour #225D9F
RGB
CMYK
RGB Variations
Color information
#225D9F (or 0x225D9F) is known color: Endeavour. HEX triplet: 22, 5D and 9F. RGB value is (34,93,159). Sum of RGB (Red+Green+Blue) = 34+93+159=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #225D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225D9F is #DDA260. Grayscale: #525252. Windows color (decimal): -14525025 or 10444066. OLE color: 10444066.
HSL color Cylindrical-coordinate representation of color #225D9F: hue angle of 211.68º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #225D9F is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 93 | 159 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.38 |
| HSL | 211.68º | 0.65% | 0.38% | - |
| HSV(B) | 211.68º | 0.79% | 0.62% | - |
| XYZ | 10.83 | 10.67 | 34.29 | - |
| YUV | 82.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 159 | 0.79 | 0.42 | 0 | 0.38 | 211.68 | 0.65 | 0.38 |
| Hex | 22 | 5D | 9F | 4F | 2A | 0 | 26 | D4 | 41 | 26 |
| Octal | 42 | 135 | 237 | 117 | 52 | 0 | 46 | 324 | 101 | 46 |
| Binary | 100010 | 1011101 | 10011111 | 1001111 | 101010 | 0 | 100110 | 11010100 | 1000001 | 100110 |
Color Harmonies of #225D9F
Complementary color
Monochromatic Colors of #225D9F
Black with #225D9F
Text Example
Text Example
White with #225D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D9F; }
p { color: rgb(34,93,159); }
H1.HeaderClassName
{
color: #225D9F;
}
.AnyTagClassName
{
color: #225D9F;
}
</style>
background-color css
<style>
a { background-color: #225D9F; }
a { background-color: rgb(34,93,159); }
div.DivClassName
{
background-color: #225D9F;
}
.BgClassName
{
background-color: #225D9F;
}
</style>
border-color css
<style>
span { border-color: #225D9F; }
span { border-color: rgb(34,93,159); }
td.TdClassName
{
border-color: #225D9F;
}
.TagClassName
{
border-color: #225D9F;
}
</style>