#325895

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

Shades of Endeavour #325895

Tints of Endeavour #325895

Color information

#325895 (or 0x325895) is unknown color: approx Endeavour. HEX triplet: 32, 58 and 95. RGB value is (50,88,149). Sum of RGB (Red+Green+Blue) = 50+88+149=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #325895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325895 is #CDA76A. Grayscale: #535353. Windows color (decimal): -13477739 or 9787442. OLE color: 9787442.

HSL color Cylindrical-coordinate representation of color #325895: hue angle of 216.97º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325895 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5088149-
CMYK0.660.4100.42
HSL216.97º49.75%39.02%-
HSV(B)216.97º66.44%58.43%-
XYZ10.239.8329.79-
YUV83.59164.91104.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=17.42%
G=30.66%
B=51.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50881490.660.4100.42216.9749.7539.02
Hex325895422902Ad93227
Octal62130225102510523316247
Binary1100101011000100101011000010101001010101011011001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325895; }

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

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

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

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

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

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

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

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