#325B88

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

Shades of Endeavour #325B88

Tints of Endeavour #325B88

Color information

#325B88 (or 0x325B88) is unknown color: approx Endeavour. HEX triplet: 32, 5B and 88. RGB value is (50,91,136). Sum of RGB (Red+Green+Blue) = 50+91+136=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #325B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B88 is #CDA477. Grayscale: #535353. Windows color (decimal): -13476984 or 8936242. OLE color: 8936242.

HSL color Cylindrical-coordinate representation of color #325B88: hue angle of 211.4º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325B88 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5091136-
CMYK0.630.3300.47
HSL211.4º46.24%36.47%-
HSV(B)211.4º63.24%53.33%-
XYZ9.59.9424.71-
YUV83.87157.42103.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=18.05%
G=32.85%
B=49.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50911360.630.3300.47211.446.2436.47
Hex325B883F2102Fd32e24
Octal6213321077410573235644
Binary110010101101110001000111111100001010111111010011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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