#296E7F

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

Shades of Allports #296E7F

Tints of Allports #296E7F

Color information

#296E7F (or 0x296E7F) is unknown color: approx Allports. HEX triplet: 29, 6E and 7F. RGB value is (41,110,127). Sum of RGB (Red+Green+Blue) = 41+110+127=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #296E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E7F is #D69180. Grayscale: #5B5B5B. Windows color (decimal): -14061953 or 8351273. OLE color: 8351273.

HSL color Cylindrical-coordinate representation of color #296E7F: hue angle of 191.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296E7F is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB41110127-
CMYK0.680.1300.50
HSL191.86º51.19%32.94%-
HSV(B)191.86º67.72%49.8%-
XYZ10.3213.1622.07-
YUV91.31148.1492.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 110 (43.36% from 255) = 39.57%
BLUE value IS 127 (50% from 255) = 45.68%
R=14.75%
G=39.57%
B=45.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411101270.680.1300.50191.8651.1932.94
Hex296E7F44D032c03321
Octal51156177104150623006341
Binary1010011101110111111110001001101011001011000000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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