Shades of Endeavour #22548A
Tints of Endeavour #22548A
RGB
CMYK
RGB Variations
Color information
#22548A (or 0x22548A) is known color: Endeavour. HEX triplet: 22, 54 and 8A. RGB value is (34,84,138). Sum of RGB (Red+Green+Blue) = 34+84+138=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #22548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22548A is #DDAB75. Grayscale: #4A4A4A. Windows color (decimal): -14527350 or 9065506. OLE color: 9065506.
HSL color Cylindrical-coordinate representation of color #22548A: hue angle of 211.15º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22548A is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 84 | 138 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.46 |
| HSL | 211.15º | 0.6% | 0.34% | - |
| HSV(B) | 211.15º | 0.75% | 0.54% | - |
| XYZ | 8.42 | 8.52 | 25.24 | - |
| YUV | 75.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 138 | 0.75 | 0.39 | 0 | 0.46 | 211.15 | 0.6 | 0.34 |
| Hex | 22 | 54 | 8A | 4B | 27 | 0 | 2E | D3 | 3C | 22 |
| Octal | 42 | 124 | 212 | 113 | 47 | 0 | 56 | 323 | 74 | 42 |
| Binary | 100010 | 1010100 | 10001010 | 1001011 | 100111 | 0 | 101110 | 11010011 | 111100 | 100010 |
Color Harmonies of #22548A
Complementary color
Monochromatic Colors of #22548A
Black with #22548A
Text Example
Text Example
White with #22548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22548A; }
p { color: rgb(34,84,138); }
H1.HeaderClassName
{
color: #22548A;
}
.AnyTagClassName
{
color: #22548A;
}
</style>
background-color css
<style>
a { background-color: #22548A; }
a { background-color: rgb(34,84,138); }
div.DivClassName
{
background-color: #22548A;
}
.BgClassName
{
background-color: #22548A;
}
</style>
border-color css
<style>
span { border-color: #22548A; }
span { border-color: rgb(34,84,138); }
td.TdClassName
{
border-color: #22548A;
}
.TagClassName
{
border-color: #22548A;
}
</style>