#297A86

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

Shades of Atoll #297A86

Tints of Atoll #297A86

Color information

#297A86 (or 0x297A86) is unknown color: approx Atoll. HEX triplet: 29, 7A and 86. RGB value is (41,122,134). Sum of RGB (Red+Green+Blue) = 41+122+134=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #297A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A86 is #D68579. Grayscale: #636363. Windows color (decimal): -14058874 or 8813097. OLE color: 8813097.

HSL color Cylindrical-coordinate representation of color #297A86: hue angle of 187.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #297A86 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB41122134-
CMYK0.690.0900.47
HSL187.74º53.14%34.31%-
HSV(B)187.74º69.4%52.55%-
XYZ12.1816.1125.02-
YUV99.15147.6686.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=13.80%
G=41.08%
B=45.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411221340.690.0900.47187.7453.1434.31
Hex297A8645902Fbc3522
Octal51172206105110572746542
Binary10100111110101000011010001011001010111110111100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297A86; }

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

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

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

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

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

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

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

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