#325799

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

Shades of Endeavour #325799

Tints of Endeavour #325799

Color information

#325799 (or 0x325799) is unknown color: approx Endeavour. HEX triplet: 32, 57 and 99. RGB value is (50,87,153). Sum of RGB (Red+Green+Blue) = 50+87+153=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #325799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325799 is #CDA866. Grayscale: #535353. Windows color (decimal): -13477991 or 10049330. OLE color: 10049330.

HSL color Cylindrical-coordinate representation of color #325799: hue angle of 218.45º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325799 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5087153-
CMYK0.670.4300.4
HSL218.45º50.74%39.8%-
HSV(B)218.45º67.32%60%-
XYZ10.479.7931.48-
YUV83.46167.24104.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=17.24%
G=30%
B=52.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50871530.670.4300.4218.4550.7439.8
Hex325799432B028da3328
Octal62127231103530503326350
Binary1100101010111100110011000011101011010100011011010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325799; }

 p { color: rgb(50,87,153); }

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

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

 a { background-color: rgb(50,87,153); }

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

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

 span { border-color: rgb(50,87,153); }

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