#22629B

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

Shades of Endeavour #22629B

Tints of Endeavour #22629B

Color information

#22629B (or 0x22629B) is unknown color: approx Endeavour. HEX triplet: 22, 62 and 9B. RGB value is (34,98,155). Sum of RGB (Red+Green+Blue) = 34+98+155=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #22629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22629B is #DD9D64. Grayscale: #555555. Windows color (decimal): -14523749 or 10183202. OLE color: 10183202.

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

Color convert

RGB3498155-
CMYK0.780.3700.39
HSL208.26º64.02%37.06%-
HSV(B)208.26º78.06%60.78%-
XYZ10.9411.4432.64-
YUV85.36167.391.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.85%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=11.85%
G=34.15%
B=54.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34981550.780.3700.39208.2664.0237.06
Hex22629B4E25027d04025
Octal421422331164504732010045
Binary10001011000101001101110011101001010100111110100001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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