#20629A

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

Shades of Endeavour #20629A

Tints of Endeavour #20629A

Color information

#20629A (or 0x20629A) is unknown color: approx Endeavour. HEX triplet: 20, 62 and 9A. RGB value is (32,98,154). Sum of RGB (Red+Green+Blue) = 32+98+154=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #20629A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20629A is #DF9D65. Grayscale: #545454. Windows color (decimal): -14654822 or 10117664. OLE color: 10117664.

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

Color convert

RGB3298154-
CMYK0.790.3600.40
HSL207.54º65.59%36.47%-
HSV(B)207.54º79.22%60.39%-
XYZ10.811.3832.2-
YUV84.65167.1390.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=11.27%
G=34.51%
B=54.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32981540.790.3600.40207.5465.5936.47
Hex20629A4F24028d04224
Octal401422321174405032010244
Binary10000011000101001101010011111001000101000110100001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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