Shades of Endeavour #22538B
Tints of Endeavour #22538B
RGB
CMYK
RGB Variations
Color information
#22538B (or 0x22538B) is known color: Endeavour. HEX triplet: 22, 53 and 8B. RGB value is (34,83,139). Sum of RGB (Red+Green+Blue) = 34+83+139=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #22538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22538B is #DDAC74. Grayscale: #4A4A4A. Windows color (decimal): -14527605 or 9130786. OLE color: 9130786.
HSL color Cylindrical-coordinate representation of color #22538B: hue angle of 212º 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 #22538B is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 83 | 139 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.45 |
| HSL | 212º | 0.61% | 0.34% | - |
| HSV(B) | 212º | 0.76% | 0.55% | - |
| XYZ | 8.41 | 8.39 | 25.6 | - |
| YUV | 74.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 139 | 0.76 | 0.40 | 0 | 0.45 | 212 | 0.61 | 0.34 |
| Hex | 22 | 53 | 8B | 4C | 28 | 0 | 2D | D4 | 3D | 22 |
| Octal | 42 | 123 | 213 | 114 | 50 | 0 | 55 | 324 | 75 | 42 |
| Binary | 100010 | 1010011 | 10001011 | 1001100 | 101000 | 0 | 101101 | 11010100 | 111101 | 100010 |
Color Harmonies of #22538B
Complementary color
Monochromatic Colors of #22538B
Black with #22538B
Text Example
Text Example
White with #22538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22538B; }
p { color: rgb(34,83,139); }
H1.HeaderClassName
{
color: #22538B;
}
.AnyTagClassName
{
color: #22538B;
}
</style>
background-color css
<style>
a { background-color: #22538B; }
a { background-color: rgb(34,83,139); }
div.DivClassName
{
background-color: #22538B;
}
.BgClassName
{
background-color: #22538B;
}
</style>
border-color css
<style>
span { border-color: #22538B; }
span { border-color: rgb(34,83,139); }
td.TdClassName
{
border-color: #22538B;
}
.TagClassName
{
border-color: #22538B;
}
</style>