#325A97

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

Shades of Endeavour #325A97

Tints of Endeavour #325A97

Color information

#325A97 (or 0x325A97) is unknown color: approx Endeavour. HEX triplet: 32, 5A and 97. RGB value is (50,90,151). Sum of RGB (Red+Green+Blue) = 50+90+151=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #325A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A97 is #CDA568. Grayscale: #545454. Windows color (decimal): -13477225 or 9919026. OLE color: 9919026.

HSL color Cylindrical-coordinate representation of color #325A97: hue angle of 216.24º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325A97 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5090151-
CMYK0.670.4000.41
HSL216.24º50.25%39.41%-
HSV(B)216.24º66.89%59.22%-
XYZ10.5610.2230.7-
YUV84.99165.25103.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 151 (59.38% from 255) = 51.89%
R=17.18%
G=30.93%
B=51.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50901510.670.4000.41216.2450.2539.41
Hex325A974328029d83227
Octal62132227103500513306247
Binary1100101011010100101111000011101000010100111011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,90,151); }

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

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

 a { background-color: rgb(50,90,151); }

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

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

 span { border-color: rgb(50,90,151); }

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