#325A8E

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

Shades of Endeavour #325A8E

Tints of Endeavour #325A8E

Color information

#325A8E (or 0x325A8E) is unknown color: approx Endeavour. HEX triplet: 32, 5A and 8E. RGB value is (50,90,142). Sum of RGB (Red+Green+Blue) = 50+90+142=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #325A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A8E is #CDA571. Grayscale: #535353. Windows color (decimal): -13477234 or 9329202. OLE color: 9329202.

HSL color Cylindrical-coordinate representation of color #325A8E: hue angle of 213.91º 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 #325A8E is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5090142-
CMYK0.650.3700.44
HSL213.91º47.92%37.65%-
HSV(B)213.91º64.79%55.69%-
XYZ9.859.9426.99-
YUV83.97160.75103.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 142 (55.86% from 255) = 50.35%
R=17.73%
G=31.91%
B=50.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50901420.650.3700.44213.9147.9237.65
Hex325A8E412502Cd63026
Octal62132216101450543266046
Binary1100101011010100011101000001100101010110011010110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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