#325996

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

Shades of Endeavour #325996

Tints of Endeavour #325996

Color information

#325996 (or 0x325996) is unknown color: approx Endeavour. HEX triplet: 32, 59 and 96. RGB value is (50,89,150). Sum of RGB (Red+Green+Blue) = 50+89+150=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #325996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325996 is #CDA669. Grayscale: #545454. Windows color (decimal): -13477482 or 9853234. OLE color: 9853234.

HSL color Cylindrical-coordinate representation of color #325996: hue angle of 216.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325996 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5089150-
CMYK0.670.4100.41
HSL216.6º50%39.22%-
HSV(B)216.6º66.67%58.82%-
XYZ10.3910.0230.24-
YUV84.29165.08103.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 150 (58.98% from 255) = 51.90%
R=17.30%
G=30.80%
B=51.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50891500.670.4100.41216.65039.22
Hex3259964329029d93227
Octal62131226103510513316247
Binary1100101011001100101101000011101001010100111011001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325996; }

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

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

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

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

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

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

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

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