#296E7A

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

Shades of Allports #296E7A

Tints of Allports #296E7A

Color information

#296E7A (or 0x296E7A) is unknown color: approx Allports. HEX triplet: 29, 6E and 7A. RGB value is (41,110,122). Sum of RGB (Red+Green+Blue) = 41+110+122=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #296E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E7A is #D69185. Grayscale: #5A5A5A. Windows color (decimal): -14061958 or 8023593. OLE color: 8023593.

HSL color Cylindrical-coordinate representation of color #296E7A: hue angle of 188.89º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296E7A is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB41110122-
CMYK0.660.1000.52
HSL188.89º49.69%31.96%-
HSV(B)188.89º66.39%47.84%-
XYZ1013.0320.4-
YUV90.74145.6492.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=15.02%
G=40.29%
B=44.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411101220.660.1000.52188.8949.6931.96
Hex296E7A42A034bd3220
Octal51156172102120642756240
Binary1010011101110111101010000101010011010010111101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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