#326392

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

Shades of Endeavour #326392

Tints of Endeavour #326392

Color information

#326392 (or 0x326392) is unknown color: approx Endeavour. HEX triplet: 32, 63 and 92. RGB value is (50,99,146). Sum of RGB (Red+Green+Blue) = 50+99+146=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #326392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326392 is #CD9C6D. Grayscale: #595959. Windows color (decimal): -13474926 or 9593650. OLE color: 9593650.

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

Color convert

RGB5099146-
CMYK0.660.3200.43
HSL209.38º48.98%38.43%-
HSV(B)209.38º65.75%57.25%-
XYZ10.9711.6828.87-
YUV89.71159.7799.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=16.95%
G=33.56%
B=49.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50991460.660.3200.43209.3848.9838.43
Hex326392422002Bd13126
Octal62143222102400533216146
Binary1100101100011100100101000010100000010101111010001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326392; }

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

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

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

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

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

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

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

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