#22558E

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

Shades of Endeavour #22558E

Tints of Endeavour #22558E

Color information

#22558E (or 0x22558E) is unknown color: approx Endeavour. HEX triplet: 22, 55 and 8E. RGB value is (34,85,142). Sum of RGB (Red+Green+Blue) = 34+85+142=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #22558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22558E is #DDAA71. Grayscale: #4B4B4B. Windows color (decimal): -14527090 or 9327906. OLE color: 9327906.

HSL color Cylindrical-coordinate representation of color #22558E: hue angle of 211.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22558E is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3485142-
CMYK0.760.4000.44
HSL211.67º61.36%34.51%-
HSV(B)211.67º76.06%55.69%-
XYZ8.798.7926.82-
YUV76.25165.197.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=13.03%
G=32.57%
B=54.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34851420.760.4000.44211.6761.3634.51
Hex22558E4C2802Cd43d23
Octal42125216114500543247543
Binary1000101010101100011101001100101000010110011010100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22558E; }

 p { color: rgb(34,85,142); }

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

<style>
 a { background-color: #22558E; }

 a { background-color: rgb(34,85,142); }

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

<style>
 span { border-color: #22558E; }

 span { border-color: rgb(34,85,142); }

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