#325894

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

Shades of Endeavour #325894

Tints of Endeavour #325894

Color information

#325894 (or 0x325894) is unknown color: approx Endeavour. HEX triplet: 32, 58 and 94. RGB value is (50,88,148). Sum of RGB (Red+Green+Blue) = 50+88+148=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #325894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325894 is #CDA76B. Grayscale: #535353. Windows color (decimal): -13477740 or 9721906. OLE color: 9721906.

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

Color convert

RGB5088148-
CMYK0.660.4100.42
HSL216.73º49.49%38.82%-
HSV(B)216.73º66.22%58.04%-
XYZ10.159.829.37-
YUV83.48164.41104.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.48%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 148 (58.20% from 255) = 51.75%
R=17.48%
G=30.77%
B=51.75%

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
Decimal50881480.660.4100.42216.7349.4938.82
Hex325894422902Ad93127
Octal62130224102510523316147
Binary1100101011000100101001000010101001010101011011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325894; }

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

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

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

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

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

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

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

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