Shades of Endeavour #224C8D
Tints of Endeavour #224C8D
RGB
CMYK
RGB Variations
Color information
#224C8D (or 0x224C8D) is known color: Endeavour. HEX triplet: 22, 4C and 8D. RGB value is (34,76,141). Sum of RGB (Red+Green+Blue) = 34+76+141=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #224C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C8D is #DDB372. Grayscale: #464646. Windows color (decimal): -14529395 or 9260066. OLE color: 9260066.
HSL color Cylindrical-coordinate representation of color #224C8D: hue angle of 216.45º 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 #224C8D is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 76 | 141 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.45 |
| HSL | 216.45º | 0.61% | 0.34% | - |
| HSV(B) | 216.45º | 0.76% | 0.55% | - |
| XYZ | 8.05 | 7.43 | 26.21 | - |
| YUV | 70.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 141 | 0.76 | 0.46 | 0 | 0.45 | 216.45 | 0.61 | 0.34 |
| Hex | 22 | 4C | 8D | 4C | 2E | 0 | 2D | D8 | 3D | 22 |
| Octal | 42 | 114 | 215 | 114 | 56 | 0 | 55 | 330 | 75 | 42 |
| Binary | 100010 | 1001100 | 10001101 | 1001100 | 101110 | 0 | 101101 | 11011000 | 111101 | 100010 |
Color Harmonies of #224C8D
Complementary color
Monochromatic Colors of #224C8D
Black with #224C8D
Text Example
Text Example
White with #224C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C8D; }
p { color: rgb(34,76,141); }
H1.HeaderClassName
{
color: #224C8D;
}
.AnyTagClassName
{
color: #224C8D;
}
</style>
background-color css
<style>
a { background-color: #224C8D; }
a { background-color: rgb(34,76,141); }
div.DivClassName
{
background-color: #224C8D;
}
.BgClassName
{
background-color: #224C8D;
}
</style>
border-color css
<style>
span { border-color: #224C8D; }
span { border-color: rgb(34,76,141); }
td.TdClassName
{
border-color: #224C8D;
}
.TagClassName
{
border-color: #224C8D;
}
</style>