Shades of Endeavour #224B84
Tints of Endeavour #224B84
RGB
CMYK
RGB Variations
Color information
#224B84 (or 0x224B84) is known color: Endeavour. HEX triplet: 22, 4B and 84. RGB value is (34,75,132). Sum of RGB (Red+Green+Blue) = 34+75+132=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #224B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B84 is #DDB47B. Grayscale: #444444. Windows color (decimal): -14529660 or 8669986. OLE color: 8669986.
HSL color Cylindrical-coordinate representation of color #224B84: hue angle of 214.9º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224B84 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 75 | 132 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.48 |
| HSL | 214.9º | 0.59% | 0.33% | - |
| HSV(B) | 214.9º | 0.74% | 0.52% | - |
| XYZ | 7.34 | 7.04 | 22.8 | - |
| YUV | 69.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 132 | 0.74 | 0.43 | 0 | 0.48 | 214.9 | 0.59 | 0.33 |
| Hex | 22 | 4B | 84 | 4A | 2B | 0 | 30 | D7 | 3B | 21 |
| Octal | 42 | 113 | 204 | 112 | 53 | 0 | 60 | 327 | 73 | 41 |
| Binary | 100010 | 1001011 | 10000100 | 1001010 | 101011 | 0 | 110000 | 11010111 | 111011 | 100001 |
Color Harmonies of #224B84
Complementary color
Monochromatic Colors of #224B84
Black with #224B84
Text Example
Text Example
White with #224B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B84; }
p { color: rgb(34,75,132); }
H1.HeaderClassName
{
color: #224B84;
}
.AnyTagClassName
{
color: #224B84;
}
</style>
background-color css
<style>
a { background-color: #224B84; }
a { background-color: rgb(34,75,132); }
div.DivClassName
{
background-color: #224B84;
}
.BgClassName
{
background-color: #224B84;
}
</style>
border-color css
<style>
span { border-color: #224B84; }
span { border-color: rgb(34,75,132); }
td.TdClassName
{
border-color: #224B84;
}
.TagClassName
{
border-color: #224B84;
}
</style>