#297576

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

Shades of Atoll #297576

Tints of Atoll #297576

Color information

#297576 (or 0x297576) is unknown color: approx Atoll. HEX triplet: 29, 75 and 76. RGB value is (41,117,118). Sum of RGB (Red+Green+Blue) = 41+117+118=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #297576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297576 is #D68A89. Grayscale: #5E5E5E. Windows color (decimal): -14060170 or 7763241. OLE color: 7763241.

HSL color Cylindrical-coordinate representation of color #297576: hue angle of 180.78º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297576 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB41117118-
CMYK0.650.0100.54
HSL180.78º48.43%31.18%-
HSV(B)180.78º65.25%46.27%-
XYZ10.5514.519.38-
YUV94.39141.3289.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=14.86%
G=42.39%
B=42.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411171180.650.0100.54180.7848.4331.18
Hex297576411036b5301f
Octal5116516610110662656037
Binary101001111010111101101000001101101101011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297576; }

 p { color: rgb(41,117,118); }

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

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

 a { background-color: rgb(41,117,118); }

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

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

 span { border-color: rgb(41,117,118); }

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