#325693

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

Shades of Endeavour #325693

Tints of Endeavour #325693

Color information

#325693 (or 0x325693) is unknown color: approx Endeavour. HEX triplet: 32, 56 and 93. RGB value is (50,86,147). Sum of RGB (Red+Green+Blue) = 50+86+147=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #325693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325693 is #CDA96C. Grayscale: #515151. Windows color (decimal): -13478253 or 9655858. OLE color: 9655858.

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

Color convert

RGB5086147-
CMYK0.660.4100.42
HSL217.73º49.24%38.63%-
HSV(B)217.73º65.99%57.65%-
XYZ9.919.4428.9-
YUV82.19164.57105.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=17.67%
G=30.39%
B=51.94%

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
Decimal50861470.660.4100.42217.7349.2438.63
Hex325693422902Ada3127
Octal62126223102510523326147
Binary1100101010110100100111000010101001010101011011010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325693; }

 p { color: rgb(50,86,147); }

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

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

 a { background-color: rgb(50,86,147); }

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

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

 span { border-color: rgb(50,86,147); }

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