#326390

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

Shades of Endeavour #326390

Tints of Endeavour #326390

Color information

#326390 (or 0x326390) is unknown color: approx Endeavour. HEX triplet: 32, 63 and 90. RGB value is (50,99,144). Sum of RGB (Red+Green+Blue) = 50+99+144=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #326390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326390 is #CD9C6F. Grayscale: #595959. Windows color (decimal): -13474928 or 9462578. OLE color: 9462578.

HSL color Cylindrical-coordinate representation of color #326390: hue angle of 208.72º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326390 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5099144-
CMYK0.650.3100.44
HSL208.72º48.45%38.04%-
HSV(B)208.72º65.28%56.47%-
XYZ10.8111.6228.06-
YUV89.48158.7799.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=17.06%
G=33.79%
B=49.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50991440.650.3100.44208.7248.4538.04
Hex326390411F02Cd13026
Octal62143220101370543216046
Binary110010110001110010000100000111111010110011010001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326390; }

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

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

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

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

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

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

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

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