#325990

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

Shades of Endeavour #325990

Tints of Endeavour #325990

Color information

#325990 (or 0x325990) is unknown color: approx Endeavour. HEX triplet: 32, 59 and 90. RGB value is (50,89,144). Sum of RGB (Red+Green+Blue) = 50+89+144=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #325990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325990 is #CDA66F. Grayscale: #535353. Windows color (decimal): -13477488 or 9460018. OLE color: 9460018.

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

Color convert

RGB5089144-
CMYK0.650.3800.44
HSL215.11º48.45%38.04%-
HSV(B)215.11º65.28%56.47%-
XYZ9.929.8427.76-
YUV83.61162.08104.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=17.67%
G=31.45%
B=50.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50891440.650.3800.44215.1148.4538.04
Hex325990412602Cd73026
Octal62131220101460543276046
Binary1100101011001100100001000001100110010110011010111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325990; }

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

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

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

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

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

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

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

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