Shades of Endeavour #225C9B
Tints of Endeavour #225C9B
RGB
CMYK
RGB Variations
Color information
#225C9B (or 0x225C9B) is known color: Endeavour. HEX triplet: 22, 5C and 9B. RGB value is (34,92,155). Sum of RGB (Red+Green+Blue) = 34+92+155=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #225C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225C9B is #DDA364. Grayscale: #515151. Windows color (decimal): -14525285 or 10181666. OLE color: 10181666.
HSL color Cylindrical-coordinate representation of color #225C9B: hue angle of 211.24º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225C9B is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 92 | 155 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.39 |
| HSL | 211.24º | 0.64% | 0.37% | - |
| HSV(B) | 211.24º | 0.78% | 0.61% | - |
| XYZ | 10.4 | 10.36 | 32.46 | - |
| YUV | 81.84 | 169.28 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 155 | 0.78 | 0.41 | 0 | 0.39 | 211.24 | 0.64 | 0.37 |
| Hex | 22 | 5C | 9B | 4E | 29 | 0 | 27 | D3 | 40 | 25 |
| Octal | 42 | 134 | 233 | 116 | 51 | 0 | 47 | 323 | 100 | 45 |
| Binary | 100010 | 1011100 | 10011011 | 1001110 | 101001 | 0 | 100111 | 11010011 | 1000000 | 100101 |
Color Harmonies of #225C9B
Complementary color
Monochromatic Colors of #225C9B
Black with #225C9B
Text Example
Text Example
White with #225C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C9B; }
p { color: rgb(34,92,155); }
H1.HeaderClassName
{
color: #225C9B;
}
.AnyTagClassName
{
color: #225C9B;
}
</style>
background-color css
<style>
a { background-color: #225C9B; }
a { background-color: rgb(34,92,155); }
div.DivClassName
{
background-color: #225C9B;
}
.BgClassName
{
background-color: #225C9B;
}
</style>
border-color css
<style>
span { border-color: #225C9B; }
span { border-color: rgb(34,92,155); }
td.TdClassName
{
border-color: #225C9B;
}
.TagClassName
{
border-color: #225C9B;
}
</style>