#325D8E

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

Shades of Endeavour #325D8E

Tints of Endeavour #325D8E

Color information

#325D8E (or 0x325D8E) is unknown color: approx Endeavour. HEX triplet: 32, 5D and 8E. RGB value is (50,93,142). Sum of RGB (Red+Green+Blue) = 50+93+142=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #325D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D8E is #CDA271. Grayscale: #555555. Windows color (decimal): -13476466 or 9329970. OLE color: 9329970.

HSL color Cylindrical-coordinate representation of color #325D8E: hue angle of 211.96º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #325D8E is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5093142-
CMYK0.650.3500.44
HSL211.96º47.92%37.65%-
HSV(B)211.96º64.79%55.69%-
XYZ10.1110.4627.08-
YUV85.73159.75102.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 142 (55.86% from 255) = 49.82%
R=17.54%
G=32.63%
B=49.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50931420.650.3500.44211.9647.9237.65
Hex325D8E412302Cd43026
Octal62135216101430543246046
Binary1100101011101100011101000001100011010110011010100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,93,142); }

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

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

 a { background-color: rgb(50,93,142); }

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

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

 span { border-color: rgb(50,93,142); }

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