#325c87

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

Shades of Endeavour #325C87

Tints of Endeavour #325C87

Color information

#325C87 (or 0x325C87) is unknown color: approx Endeavour. HEX triplet: 32, 5C and 87. RGB value is (50,92,135). Sum of RGB (Red+Green+Blue) = 50+92+135=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #325C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C87 is #CDA378. Grayscale: #545454. Windows color (decimal): -13476729 or 8870962. OLE color: 8870962.

HSL color Cylindrical-coordinate representation of color #325C87: hue angle of 210.35º 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 #325C87 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5092135-
CMYK0.630.3200.47
HSL210.35º45.95%36.27%-
HSV(B)210.35º62.96%52.94%-
XYZ9.5210.0824.37-
YUV84.34156.59103.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=18.05%
G=33.21%
B=48.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50921350.630.3200.47210.3545.9536.27
Hex325C873F2002Fd22e24
Octal6213420777400573225644
Binary110010101110010000111111111100000010111111010010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325c87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,92,135); }

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

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

 a { background-color: rgb(50,92,135); }

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

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

 span { border-color: rgb(50,92,135); }

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