#22629A

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

Shades of Endeavour #22629A

Tints of Endeavour #22629A

Color information

#22629A (or 0x22629A) is unknown color: approx Endeavour. HEX triplet: 22, 62 and 9A. RGB value is (34,98,154). Sum of RGB (Red+Green+Blue) = 34+98+154=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #22629A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22629A is #DD9D65. Grayscale: #545454. Windows color (decimal): -14523750 or 10117666. OLE color: 10117666.

HSL color Cylindrical-coordinate representation of color #22629A: hue angle of 208º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22629A is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3498154-
CMYK0.780.3600.40
HSL208º63.83%36.86%-
HSV(B)208º77.92%60.39%-
XYZ10.8611.4132.2-
YUV85.25166.891.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.89%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 154 (60.55% from 255) = 53.85%
R=11.89%
G=34.27%
B=53.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34981540.780.3600.4020863.8336.86
Hex22629A4E24028d04025
Octal421422321164405032010045
Binary10001011000101001101010011101001000101000110100001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22629A; }

 p { color: rgb(34,98,154); }

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

<style>
 a { background-color: #22629A; }

 a { background-color: rgb(34,98,154); }

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

<style>
 span { border-color: #22629A; }

 span { border-color: rgb(34,98,154); }

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