#296E82

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

Shades of Allports #296E82

Tints of Allports #296E82

Color information

#296E82 (or 0x296E82) is unknown color: approx Allports. HEX triplet: 29, 6E and 82. RGB value is (41,110,130). Sum of RGB (Red+Green+Blue) = 41+110+130=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #296E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E82 is #D6917D. Grayscale: #5B5B5B. Windows color (decimal): -14061950 or 8547881. OLE color: 8547881.

HSL color Cylindrical-coordinate representation of color #296E82: hue angle of 193.48º 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 #296E82 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB41110130-
CMYK0.680.1500.49
HSL193.48º52.05%33.53%-
HSV(B)193.48º68.46%50.98%-
XYZ10.5213.2323.12-
YUV91.65149.6491.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=14.59%
G=39.15%
B=46.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411101300.680.1500.49193.4852.0533.53
Hex296E8244F031c13422
Octal51156202104170613016442
Binary10100111011101000001010001001111011000111000001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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