#325B8E

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

Shades of Endeavour #325B8E

Tints of Endeavour #325B8E

Color information

#325B8E (or 0x325B8E) is unknown color: approx Endeavour. HEX triplet: 32, 5B and 8E. RGB value is (50,91,142). Sum of RGB (Red+Green+Blue) = 50+91+142=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #325B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B8E is #CDA471. Grayscale: #545454. Windows color (decimal): -13476978 or 9329458. OLE color: 9329458.

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

Color convert

RGB5091142-
CMYK0.650.3600.44
HSL213.26º47.92%37.65%-
HSV(B)213.26º64.79%55.69%-
XYZ9.9410.1127.02-
YUV84.56160.42103.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=17.67%
G=32.16%
B=50.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50911420.650.3600.44213.2647.9237.65
Hex325B8E412402Cd53026
Octal62133216101440543256046
Binary1100101011011100011101000001100100010110011010101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325B8E; }

 p { color: rgb(50,91,142); }

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

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

 a { background-color: rgb(50,91,142); }

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

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

 span { border-color: rgb(50,91,142); }

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