#296D82

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

Shades of Allports #296D82

Tints of Allports #296D82

Color information

#296D82 (or 0x296D82) is unknown color: approx Allports. HEX triplet: 29, 6D and 82. RGB value is (41,109,130). Sum of RGB (Red+Green+Blue) = 41+109+130=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #296D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D82 is #D6927D. Grayscale: #5A5A5A. Windows color (decimal): -14062206 or 8547625. OLE color: 8547625.

HSL color Cylindrical-coordinate representation of color #296D82: hue angle of 194.16º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296D82 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB41109130-
CMYK0.680.1600.49
HSL194.16º52.05%33.53%-
HSV(B)194.16º68.46%50.98%-
XYZ10.4113.0223.08-
YUV91.06149.9792.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=14.64%
G=38.93%
B=46.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411091300.680.1600.49194.1652.0533.53
Hex296D824410031c23422
Octal51155202104200613026442
Binary101001110110110000010100010010000011000111000010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,109,130); }

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

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

 a { background-color: rgb(41,109,130); }

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

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

 span { border-color: rgb(41,109,130); }

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