#22618E

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

Shades of Endeavour #22618E

Tints of Endeavour #22618E

Color information

#22618E (or 0x22618E) is unknown color: approx Endeavour. HEX triplet: 22, 61 and 8E. RGB value is (34,97,142). Sum of RGB (Red+Green+Blue) = 34+97+142=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #22618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22618E is #DD9E71. Grayscale: #535353. Windows color (decimal): -14524018 or 9330978. OLE color: 9330978.

HSL color Cylindrical-coordinate representation of color #22618E: hue angle of 205º 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 #22618E is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3497142-
CMYK0.760.3200.44
HSL205º61.36%34.51%-
HSV(B)205º76.06%55.69%-
XYZ9.8210.8427.17-
YUV83.29161.1392.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=12.45%
G=35.53%
B=52.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34971420.760.3200.4420561.3634.51
Hex22618E4C2002Ccd3d23
Octal42141216114400543157543
Binary1000101100001100011101001100100000010110011001101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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