#32628F

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

Shades of Endeavour #32628F

Tints of Endeavour #32628F

Color information

#32628F (or 0x32628F) is unknown color: approx Endeavour. HEX triplet: 32, 62 and 8F. RGB value is (50,98,143). Sum of RGB (Red+Green+Blue) = 50+98+143=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #32628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32628F is #CD9D70. Grayscale: #585858. Windows color (decimal): -13475185 or 9396786. OLE color: 9396786.

HSL color Cylindrical-coordinate representation of color #32628F: hue angle of 209.03º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32628F is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5098143-
CMYK0.650.3100.44
HSL209.03º48.19%37.84%-
HSV(B)209.03º65.03%56.08%-
XYZ10.6411.427.63-
YUV88.78158.6100.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 143 (56.25% from 255) = 49.14%
R=17.18%
G=33.68%
B=49.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50981430.650.3100.44209.0348.1937.84
Hex32628F411F02Cd13026
Octal62142217101370543216046
Binary110010110001010001111100000111111010110011010001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32628F; }

 p { color: rgb(50,98,143); }

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

<style>
 a { background-color: #32628F; }

 a { background-color: rgb(50,98,143); }

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

<style>
 span { border-color: #32628F; }

 span { border-color: rgb(50,98,143); }

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