#297C86

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

Shades of Atoll #297C86

Tints of Atoll #297C86

Color information

#297C86 (or 0x297C86) is unknown color: approx Atoll. HEX triplet: 29, 7C and 86. RGB value is (41,124,134). Sum of RGB (Red+Green+Blue) = 41+124+134=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #297C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C86 is #D68379. Grayscale: #646464. Windows color (decimal): -14058362 or 8813609. OLE color: 8813609.

HSL color Cylindrical-coordinate representation of color #297C86: hue angle of 186.45º 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 #297C86 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB41124134-
CMYK0.690.0700.47
HSL186.45º53.14%34.31%-
HSV(B)186.45º69.4%52.55%-
XYZ12.4316.6125.11-
YUV100.3214785.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=13.71%
G=41.47%
B=44.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411241340.690.0700.47186.4553.1434.31
Hex297C8645702Fba3522
Octal5117420610570572726542
Binary1010011111100100001101000101111010111110111010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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