#325897

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

Shades of Endeavour #325897

Tints of Endeavour #325897

Color information

#325897 (or 0x325897) is unknown color: approx Endeavour. HEX triplet: 32, 58 and 97. RGB value is (50,88,151). Sum of RGB (Red+Green+Blue) = 50+88+151=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #325897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325897 is #CDA768. Grayscale: #535353. Windows color (decimal): -13477737 or 9918514. OLE color: 9918514.

HSL color Cylindrical-coordinate representation of color #325897: hue angle of 217.43º 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 #325897 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5088151-
CMYK0.670.4200.41
HSL217.43º50.25%39.41%-
HSV(B)217.43º66.89%59.22%-
XYZ10.399.8930.64-
YUV83.82165.91103.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 151 (59.38% from 255) = 52.25%
R=17.30%
G=30.45%
B=52.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50881510.670.4200.41217.4350.2539.41
Hex325897432A029d93227
Octal62130227103520513316247
Binary1100101011000100101111000011101010010100111011001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325897; }

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

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

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

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

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

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

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

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