#325691

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

Shades of Endeavour #325691

Tints of Endeavour #325691

Color information

#325691 (or 0x325691) is unknown color: approx Endeavour. HEX triplet: 32, 56 and 91. RGB value is (50,86,145). Sum of RGB (Red+Green+Blue) = 50+86+145=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #325691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325691 is #CDA96E. Grayscale: #515151. Windows color (decimal): -13478255 or 9524786. OLE color: 9524786.

HSL color Cylindrical-coordinate representation of color #325691: hue angle of 217.26º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325691 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5086145-
CMYK0.660.4100.43
HSL217.26º48.72%38.24%-
HSV(B)217.26º65.52%56.86%-
XYZ9.759.3828.08-
YUV81.96163.57105.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=17.79%
G=30.60%
B=51.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50861450.660.4100.43217.2648.7238.24
Hex325691422902Bd93126
Octal62126221102510533316146
Binary1100101010110100100011000010101001010101111011001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325691; }

 p { color: rgb(50,86,145); }

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

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

 a { background-color: rgb(50,86,145); }

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

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

 span { border-color: rgb(50,86,145); }

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