#325994

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

Shades of Endeavour #325994

Tints of Endeavour #325994

Color information

#325994 (or 0x325994) is unknown color: approx Endeavour. HEX triplet: 32, 59 and 94. RGB value is (50,89,148). Sum of RGB (Red+Green+Blue) = 50+89+148=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #325994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325994 is #CDA66B. Grayscale: #535353. Windows color (decimal): -13477484 or 9722162. OLE color: 9722162.

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

Color convert

RGB5089148-
CMYK0.660.4000.42
HSL216.12º49.49%38.82%-
HSV(B)216.12º66.22%58.04%-
XYZ10.239.9629.4-
YUV84.06164.08103.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=17.42%
G=31.01%
B=51.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50891480.660.4000.42216.1249.4938.82
Hex325994422802Ad83127
Octal62131224102500523306147
Binary1100101011001100101001000010101000010101011011000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325994; }

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

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

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

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

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

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

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

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