#224D88

Color #224D88 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #224D88

Tints of Endeavour #224D88

Color information

#224D88 (or 0x224D88) is unknown color: approx Endeavour. HEX triplet: 22, 4D and 88. RGB value is (34,77,136). Sum of RGB (Red+Green+Blue) = 34+77+136=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #224D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224D88 is #DDB277. Grayscale: #464646. Windows color (decimal): -14529144 or 8932642. OLE color: 8932642.

HSL color Cylindrical-coordinate representation of color #224D88: hue angle of 214.71º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224D88 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3477136-
CMYK0.750.4300.47
HSL214.71º60%33.33%-
HSV(B)214.71º75%53.33%-
XYZ7.767.4324.32-
YUV70.87164.75101.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=13.77%
G=31.17%
B=55.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34771360.750.4300.47214.716033.33
Hex224D884B2B02Fd73c21
Octal42115210113530573277441
Binary1000101001101100010001001011101011010111111010111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224D88; }

 p { color: rgb(34,77,136); }

 H1.HeaderClassName
 {
   color: #224D88;
 }
 .AnyTagClassName
 {
   color: #224D88;
 }
</style>
background-color css

<style>
 a { background-color: #224D88; }

 a { background-color: rgb(34,77,136); }

 div.DivClassName
 {
   background-color: #224D88;
 }
 .BgClassName
 {
   background-color: #224D88;
 }
</style>
border-color css

<style>
 span { border-color: #224D88; }

 span { border-color: rgb(34,77,136); }

 td.TdClassName
 {
   border-color: #224D88;
 }
 .TagClassName
 {
   border-color: #224D88;
 }
</style>