Shades of Endeavour #22489C
Tints of Endeavour #22489C
RGB
CMYK
RGB Variations
Color information
#22489C (or 0x22489C) is known color: Endeavour. HEX triplet: 22, 48 and 9C. RGB value is (34,72,156). Sum of RGB (Red+Green+Blue) = 34+72+156=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #22489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22489C is #DDB763. Grayscale: #454545. Windows color (decimal): -14530404 or 10242082. OLE color: 10242082.
HSL color Cylindrical-coordinate representation of color #22489C: hue angle of 221.31º 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 #22489C is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 72 | 156 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.39 |
| HSL | 221.31º | 0.64% | 0.37% | - |
| HSV(B) | 221.31º | 0.78% | 0.61% | - |
| XYZ | 8.98 | 7.38 | 32.4 | - |
| YUV | 70.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 72 | 156 | 0.78 | 0.54 | 0 | 0.39 | 221.31 | 0.64 | 0.37 |
| Hex | 22 | 48 | 9C | 4E | 36 | 0 | 27 | DD | 40 | 25 |
| Octal | 42 | 110 | 234 | 116 | 66 | 0 | 47 | 335 | 100 | 45 |
| Binary | 100010 | 1001000 | 10011100 | 1001110 | 110110 | 0 | 100111 | 11011101 | 1000000 | 100101 |
Color Harmonies of #22489C
Complementary color
Monochromatic Colors of #22489C
Black with #22489C
Text Example
Text Example
White with #22489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22489C; }
p { color: rgb(34,72,156); }
H1.HeaderClassName
{
color: #22489C;
}
.AnyTagClassName
{
color: #22489C;
}
</style>
background-color css
<style>
a { background-color: #22489C; }
a { background-color: rgb(34,72,156); }
div.DivClassName
{
background-color: #22489C;
}
.BgClassName
{
background-color: #22489C;
}
</style>
border-color css
<style>
span { border-color: #22489C; }
span { border-color: rgb(34,72,156); }
td.TdClassName
{
border-color: #22489C;
}
.TagClassName
{
border-color: #22489C;
}
</style>