#326492

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

Shades of Endeavour #326492

Tints of Endeavour #326492

Color information

#326492 (or 0x326492) is unknown color: approx Endeavour. HEX triplet: 32, 64 and 92. RGB value is (50,100,146). Sum of RGB (Red+Green+Blue) = 50+100+146=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #326492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326492 is #CD9B6D. Grayscale: #5A5A5A. Windows color (decimal): -13474670 or 9593906. OLE color: 9593906.

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

Color convert

RGB50100146-
CMYK0.660.3200.43
HSL208.75º48.98%38.43%-
HSV(B)208.75º65.75%57.25%-
XYZ11.0611.8728.9-
YUV90.29159.4499.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=16.89%
G=33.78%
B=49.32%

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
Decimal501001460.660.3200.43208.7548.9838.43
Hex326492422002Bd13126
Octal62144222102400533216146
Binary1100101100100100100101000010100000010101111010001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326492; }

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

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

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

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

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

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

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

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