#297E84

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

Shades of Atoll #297E84

Tints of Atoll #297E84

Color information

#297E84 (or 0x297E84) is unknown color: approx Atoll. HEX triplet: 29, 7E and 84. RGB value is (41,126,132). Sum of RGB (Red+Green+Blue) = 41+126+132=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #297E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E84 is #D6817B. Grayscale: #656565. Windows color (decimal): -14057852 or 8683049. OLE color: 8683049.

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

Color convert

RGB41126132-
CMYK0.690.0500.48
HSL183.96º52.6%33.92%-
HSV(B)183.96º68.94%51.76%-
XYZ12.5417.0624.46-
YUV101.27145.3485.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 126 (49.61% from 255) = 42.14%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=13.71%
G=42.14%
B=44.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411261320.690.0500.48183.9652.633.92
Hex297E84455030b83522
Octal5117620410550602706542
Binary1010011111110100001001000101101011000010111000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,126,132); }

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

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

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

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

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

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

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