#326591

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

Shades of Endeavour #326591

Tints of Endeavour #326591

Color information

#326591 (or 0x326591) is unknown color: approx Endeavour. HEX triplet: 32, 65 and 91. RGB value is (50,101,145). Sum of RGB (Red+Green+Blue) = 50+101+145=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #326591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326591 is #CD9A6E. Grayscale: #5A5A5A. Windows color (decimal): -13474415 or 9528626. OLE color: 9528626.

HSL color Cylindrical-coordinate representation of color #326591: hue angle of 207.79º 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 #326591 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50101145-
CMYK0.660.3000.43
HSL207.79º48.72%38.24%-
HSV(B)207.79º65.52%56.86%-
XYZ11.0812.0328.53-
YUV90.77158.698.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=16.89%
G=34.12%
B=48.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501011450.660.3000.43207.7948.7238.24
Hex326591421E02Bd03126
Octal62145221102360533206146
Binary110010110010110010001100001011110010101111010000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326591; }

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

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

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

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

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

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

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

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