#326196

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

Shades of Endeavour #326196

Tints of Endeavour #326196

Color information

#326196 (or 0x326196) is unknown color: approx Endeavour. HEX triplet: 32, 61 and 96. RGB value is (50,97,150). Sum of RGB (Red+Green+Blue) = 50+97+150=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #326196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326196 is #CD9E69. Grayscale: #585858. Windows color (decimal): -13475434 or 9855282. OLE color: 9855282.

HSL color Cylindrical-coordinate representation of color #326196: hue angle of 211.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326196 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5097150-
CMYK0.670.3500.41
HSL211.8º50%39.22%-
HSV(B)211.8º66.67%58.82%-
XYZ11.111.4330.48-
YUV88.99162.43100.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=16.84%
G=32.66%
B=50.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50971500.670.3500.41211.85039.22
Hex3261964323029d43227
Octal62141226103430513246247
Binary1100101100001100101101000011100011010100111010100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326196; }

 p { color: rgb(50,97,150); }

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

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

 a { background-color: rgb(50,97,150); }

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

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

 span { border-color: rgb(50,97,150); }

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