#325E8C

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

Shades of Endeavour #325E8C

Tints of Endeavour #325E8C

Color information

#325E8C (or 0x325E8C) is unknown color: approx Endeavour. HEX triplet: 32, 5E and 8C. RGB value is (50,94,140). Sum of RGB (Red+Green+Blue) = 50+94+140=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #325E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E8C is #CDA173. Grayscale: #555555. Windows color (decimal): -13476212 or 9199154. OLE color: 9199154.

HSL color Cylindrical-coordinate representation of color #325E8C: hue angle of 210.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325E8C is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5094140-
CMYK0.640.3300.45
HSL210.67º47.37%37.25%-
HSV(B)210.67º64.29%54.9%-
XYZ10.0510.5826.32-
YUV86.09158.42102.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=17.61%
G=33.10%
B=49.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50941400.640.3300.45210.6747.3737.25
Hex325E8C402102Dd32f25
Octal62136214100410553235745
Binary1100101011110100011001000000100001010110111010011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,94,140); }

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

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

 a { background-color: rgb(50,94,140); }

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

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

 span { border-color: rgb(50,94,140); }

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