#297777

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

Shades of Atoll #297777

Tints of Atoll #297777

Color information

#297777 (or 0x297777) is unknown color: approx Atoll. HEX triplet: 29, 77 and 77. RGB value is (41,119,119). Sum of RGB (Red+Green+Blue) = 41+119+119=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #297777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297777 is #D68888. Grayscale: #5F5F5F. Windows color (decimal): -14059657 or 7829289. OLE color: 7829289.

HSL color Cylindrical-coordinate representation of color #297777: hue angle of 180º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297777 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB41119119-
CMYK0.66000.53
HSL180º48.75%31.37%-
HSV(B)180º65.55%46.67%-
XYZ10.841519.78-
YUV95.68141.1689-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=14.70%
G=42.65%
B=42.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411191190.66000.5318048.7531.37
Hex297777420035b4311f
Octal5116716710200652646137
Binary101001111011111101111000010001101011011010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297777; }

 p { color: rgb(41,119,119); }

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

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

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

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

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

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

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