#296E74

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

Shades of Atoll #296E74

Tints of Atoll #296E74

Color information

#296E74 (or 0x296E74) is unknown color: approx Atoll. HEX triplet: 29, 6E and 74. RGB value is (41,110,116). Sum of RGB (Red+Green+Blue) = 41+110+116=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #296E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E74 is #D6918B. Grayscale: #595959. Windows color (decimal): -14061964 or 7630377. OLE color: 7630377.

HSL color Cylindrical-coordinate representation of color #296E74: hue angle of 184.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296E74 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB41110116-
CMYK0.650.0500.55
HSL184.8º47.77%30.78%-
HSV(B)184.8º64.66%45.49%-
XYZ9.6412.8818.5-
YUV90.05142.6493.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=15.36%
G=41.20%
B=43.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411101160.650.0500.55184.847.7730.78
Hex296E74415037b9301f
Octal5115616410150672716037
Binary10100111011101110100100000110101101111011100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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