Shades of Endeavour #224B93
Tints of Endeavour #224B93
RGB
CMYK
RGB Variations
Color information
#224B93 (or 0x224B93) is known color: Endeavour. HEX triplet: 22, 4B and 93. RGB value is (34,75,147). Sum of RGB (Red+Green+Blue) = 34+75+147=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #224B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B93 is #DDB46C. Grayscale: #464646. Windows color (decimal): -14529645 or 9653026. OLE color: 9653026.
HSL color Cylindrical-coordinate representation of color #224B93: hue angle of 218.23º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224B93 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 75 | 147 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.42 |
| HSL | 218.23º | 0.62% | 0.35% | - |
| HSV(B) | 218.23º | 0.77% | 0.58% | - |
| XYZ | 8.44 | 7.48 | 28.6 | - |
| YUV | 70.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 147 | 0.77 | 0.49 | 0 | 0.42 | 218.23 | 0.62 | 0.35 |
| Hex | 22 | 4B | 93 | 4D | 31 | 0 | 2A | DA | 3E | 23 |
| Octal | 42 | 113 | 223 | 115 | 61 | 0 | 52 | 332 | 76 | 43 |
| Binary | 100010 | 1001011 | 10010011 | 1001101 | 110001 | 0 | 101010 | 11011010 | 111110 | 100011 |
Color Harmonies of #224B93
Complementary color
Monochromatic Colors of #224B93
Black with #224B93
Text Example
Text Example
White with #224B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B93; }
p { color: rgb(34,75,147); }
H1.HeaderClassName
{
color: #224B93;
}
.AnyTagClassName
{
color: #224B93;
}
</style>
background-color css
<style>
a { background-color: #224B93; }
a { background-color: rgb(34,75,147); }
div.DivClassName
{
background-color: #224B93;
}
.BgClassName
{
background-color: #224B93;
}
</style>
border-color css
<style>
span { border-color: #224B93; }
span { border-color: rgb(34,75,147); }
td.TdClassName
{
border-color: #224B93;
}
.TagClassName
{
border-color: #224B93;
}
</style>