Shades of Endeavour #225C9C
Tints of Endeavour #225C9C
RGB
CMYK
RGB Variations
Color information
#225C9C (or 0x225C9C) is known color: Endeavour. HEX triplet: 22, 5C and 9C. RGB value is (34,92,156). Sum of RGB (Red+Green+Blue) = 34+92+156=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #225C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225C9C is #DDA363. Grayscale: #515151. Windows color (decimal): -14525284 or 10247202. OLE color: 10247202.
HSL color Cylindrical-coordinate representation of color #225C9C: hue angle of 211.48º 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 #225C9C is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 92 | 156 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.39 |
| HSL | 211.48º | 0.64% | 0.37% | - |
| HSV(B) | 211.48º | 0.78% | 0.61% | - |
| XYZ | 10.49 | 10.39 | 32.91 | - |
| YUV | 81.95 | 169.78 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 156 | 0.78 | 0.41 | 0 | 0.39 | 211.48 | 0.64 | 0.37 |
| Hex | 22 | 5C | 9C | 4E | 29 | 0 | 27 | D3 | 40 | 25 |
| Octal | 42 | 134 | 234 | 116 | 51 | 0 | 47 | 323 | 100 | 45 |
| Binary | 100010 | 1011100 | 10011100 | 1001110 | 101001 | 0 | 100111 | 11010011 | 1000000 | 100101 |
Color Harmonies of #225C9C
Complementary color
Monochromatic Colors of #225C9C
Black with #225C9C
Text Example
Text Example
White with #225C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C9C; }
p { color: rgb(34,92,156); }
H1.HeaderClassName
{
color: #225C9C;
}
.AnyTagClassName
{
color: #225C9C;
}
</style>
background-color css
<style>
a { background-color: #225C9C; }
a { background-color: rgb(34,92,156); }
div.DivClassName
{
background-color: #225C9C;
}
.BgClassName
{
background-color: #225C9C;
}
</style>
border-color css
<style>
span { border-color: #225C9C; }
span { border-color: rgb(34,92,156); }
td.TdClassName
{
border-color: #225C9C;
}
.TagClassName
{
border-color: #225C9C;
}
</style>