#22598C

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

Shades of Endeavour #22598C

Tints of Endeavour #22598C

Color information

#22598C (or 0x22598C) is unknown color: approx Endeavour. HEX triplet: 22, 59 and 8C. RGB value is (34,89,140). Sum of RGB (Red+Green+Blue) = 34+89+140=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #22598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22598C is #DDA673. Grayscale: #4E4E4E. Windows color (decimal): -14526068 or 9197858. OLE color: 9197858.

HSL color Cylindrical-coordinate representation of color #22598C: hue angle of 208.87º 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 #22598C is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3489140-
CMYK0.760.3600.45
HSL208.87º60.92%34.12%-
HSV(B)208.87º75.71%54.9%-
XYZ8.979.3826.15-
YUV78.37162.7896.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.93%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 140 (55.08% from 255) = 53.23%
R=12.93%
G=33.84%
B=53.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34891400.760.3600.45208.8760.9234.12
Hex22598C4C2402Dd13d22
Octal42131214114440553217542
Binary1000101011001100011001001100100100010110111010001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22598C; }

 p { color: rgb(34,89,140); }

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

<style>
 a { background-color: #22598C; }

 a { background-color: rgb(34,89,140); }

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

<style>
 span { border-color: #22598C; }

 span { border-color: rgb(34,89,140); }

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