#326094

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

Shades of Endeavour #326094

Tints of Endeavour #326094

Color information

#326094 (or 0x326094) is unknown color: approx Endeavour. HEX triplet: 32, 60 and 94. RGB value is (50,96,148). Sum of RGB (Red+Green+Blue) = 50+96+148=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #326094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326094 is #CD9F6B. Grayscale: #575757. Windows color (decimal): -13475692 or 9723954. OLE color: 9723954.

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

Color convert

RGB5096148-
CMYK0.660.3500.42
HSL211.84º49.49%38.82%-
HSV(B)211.84º66.22%58.04%-
XYZ10.8411.1829.6-
YUV88.17161.76100.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 148 (58.20% from 255) = 50.34%
R=17.01%
G=32.65%
B=50.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50961480.660.3500.42211.8449.4938.82
Hex326094422302Ad43127
Octal62140224102430523246147
Binary1100101100000100101001000010100011010101011010100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326094; }

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

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

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

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

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

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

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

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