#325E94

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

Shades of Endeavour #325E94

Tints of Endeavour #325E94

Color information

#325E94 (or 0x325E94) is unknown color: approx Endeavour. HEX triplet: 32, 5E and 94. RGB value is (50,94,148). Sum of RGB (Red+Green+Blue) = 50+94+148=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #325E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E94 is #CDA16B. Grayscale: #565656. Windows color (decimal): -13476204 or 9723442. OLE color: 9723442.

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

Color convert

RGB5094148-
CMYK0.660.3600.42
HSL213.06º49.49%38.82%-
HSV(B)213.06º66.22%58.04%-
XYZ10.6610.8229.54-
YUV87162.42101.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 94 (37.11% from 255) = 32.19%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=17.12%
G=32.19%
B=50.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50941480.660.3600.42213.0649.4938.82
Hex325E94422402Ad53127
Octal62136224102440523256147
Binary1100101011110100101001000010100100010101011010101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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