#326092

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

Shades of Endeavour #326092

Tints of Endeavour #326092

Color information

#326092 (or 0x326092) is unknown color: approx Endeavour. HEX triplet: 32, 60 and 92. RGB value is (50,96,146). Sum of RGB (Red+Green+Blue) = 50+96+146=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #326092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326092 is #CD9F6D. Grayscale: #575757. Windows color (decimal): -13475694 or 9592882. OLE color: 9592882.

HSL color Cylindrical-coordinate representation of color #326092: hue angle of 211.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326092 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5096146-
CMYK0.660.3400.43
HSL211.25º48.98%38.43%-
HSV(B)211.25º65.75%57.25%-
XYZ10.6911.1228.78-
YUV87.95160.76100.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 146 (57.42% from 255) = 50%
R=17.12%
G=32.88%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50961460.660.3400.43211.2548.9838.43
Hex326092422202Bd33126
Octal62140222102420533236146
Binary1100101100000100100101000010100010010101111010011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326092; }

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

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

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

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

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

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

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

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