#296E86

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

Shades of Allports #296E86

Tints of Allports #296E86

Color information

#296E86 (or 0x296E86) is unknown color: approx Allports. HEX triplet: 29, 6E and 86. RGB value is (41,110,134). Sum of RGB (Red+Green+Blue) = 41+110+134=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #296E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E86 is #D69179. Grayscale: #5B5B5B. Windows color (decimal): -14061946 or 8810025. OLE color: 8810025.

HSL color Cylindrical-coordinate representation of color #296E86: hue angle of 195.48º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296E86 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB41110134-
CMYK0.690.1800.47
HSL195.48º53.14%34.31%-
HSV(B)195.48º69.4%52.55%-
XYZ10.7913.3424.56-
YUV92.1151.6491.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 110 (43.36% from 255) = 38.60%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=14.39%
G=38.60%
B=47.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411101340.690.1800.47195.4853.1434.31
Hex296E86451202Fc33522
Octal51156206105220573036542
Binary101001110111010000110100010110010010111111000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296E86; }

 p { color: rgb(41,110,134); }

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

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

 a { background-color: rgb(41,110,134); }

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

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

 span { border-color: rgb(41,110,134); }

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