#32598C

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

Shades of Endeavour #32598C

Tints of Endeavour #32598C

Color information

#32598C (or 0x32598C) is unknown color: approx Endeavour. HEX triplet: 32, 59 and 8C. RGB value is (50,89,140). Sum of RGB (Red+Green+Blue) = 50+89+140=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #32598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32598C is #CDA673. Grayscale: #525252. Windows color (decimal): -13477492 or 9197874. OLE color: 9197874.

HSL color Cylindrical-coordinate representation of color #32598C: hue angle of 214º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32598C is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5089140-
CMYK0.640.3600.45
HSL214º47.37%37.25%-
HSV(B)214º64.29%54.9%-
XYZ9.629.7226.18-
YUV83.15160.08104.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=17.92%
G=31.90%
B=50.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50891400.640.3600.4521447.3737.25
Hex32598C402402Dd62f25
Octal62131214100440553265745
Binary1100101011001100011001000000100100010110111010110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32598C; }

 p { color: rgb(50,89,140); }

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

<style>
 a { background-color: #32598C; }

 a { background-color: rgb(50,89,140); }

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

<style>
 span { border-color: #32598C; }

 span { border-color: rgb(50,89,140); }

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