#325890

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

Shades of Endeavour #325890

Tints of Endeavour #325890

Color information

#325890 (or 0x325890) is unknown color: approx Endeavour. HEX triplet: 32, 58 and 90. RGB value is (50,88,144). Sum of RGB (Red+Green+Blue) = 50+88+144=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #325890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325890 is #CDA76F. Grayscale: #525252. Windows color (decimal): -13477744 or 9459762. OLE color: 9459762.

HSL color Cylindrical-coordinate representation of color #325890: hue angle of 215.74º 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 #325890 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5088144-
CMYK0.650.3900.44
HSL215.74º48.45%38.04%-
HSV(B)215.74º65.28%56.47%-
XYZ9.849.6727.73-
YUV83.02162.41104.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=17.73%
G=31.21%
B=51.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50881440.650.3900.44215.7448.4538.04
Hex325890412702Cd83026
Octal62130220101470543306046
Binary1100101011000100100001000001100111010110011011000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325890; }

 p { color: rgb(50,88,144); }

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

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

 a { background-color: rgb(50,88,144); }

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

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

 span { border-color: rgb(50,88,144); }

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