Shades of Endeavour #225D8B
Tints of Endeavour #225D8B
RGB
CMYK
RGB Variations
Color information
#225D8B (or 0x225D8B) is known color: Endeavour. HEX triplet: 22, 5D and 8B. RGB value is (34,93,139). Sum of RGB (Red+Green+Blue) = 34+93+139=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #225D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225D8B is #DDA274. Grayscale: #505050. Windows color (decimal): -14525045 or 9133346. OLE color: 9133346.
HSL color Cylindrical-coordinate representation of color #225D8B: hue angle of 206.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #225D8B is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 93 | 139 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.45 |
| HSL | 206.29º | 0.61% | 0.34% | - |
| HSV(B) | 206.29º | 0.76% | 0.55% | - |
| XYZ | 9.23 | 10.03 | 25.88 | - |
| YUV | 80.6 | 160.95 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 139 | 0.76 | 0.33 | 0 | 0.45 | 206.29 | 0.61 | 0.34 |
| Hex | 22 | 5D | 8B | 4C | 21 | 0 | 2D | CE | 3D | 22 |
| Octal | 42 | 135 | 213 | 114 | 41 | 0 | 55 | 316 | 75 | 42 |
| Binary | 100010 | 1011101 | 10001011 | 1001100 | 100001 | 0 | 101101 | 11001110 | 111101 | 100010 |
Color Harmonies of #225D8B
Complementary color
Monochromatic Colors of #225D8B
Black with #225D8B
Text Example
Text Example
White with #225D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D8B; }
p { color: rgb(34,93,139); }
H1.HeaderClassName
{
color: #225D8B;
}
.AnyTagClassName
{
color: #225D8B;
}
</style>
background-color css
<style>
a { background-color: #225D8B; }
a { background-color: rgb(34,93,139); }
div.DivClassName
{
background-color: #225D8B;
}
.BgClassName
{
background-color: #225D8B;
}
</style>
border-color css
<style>
span { border-color: #225D8B; }
span { border-color: rgb(34,93,139); }
td.TdClassName
{
border-color: #225D8B;
}
.TagClassName
{
border-color: #225D8B;
}
</style>