#297579

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

Shades of Atoll #297579

Tints of Atoll #297579

Color information

#297579 (or 0x297579) is unknown color: approx Atoll. HEX triplet: 29, 75 and 79. RGB value is (41,117,121). Sum of RGB (Red+Green+Blue) = 41+117+121=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #297579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297579 is #D68A86. Grayscale: #5E5E5E. Windows color (decimal): -14060167 or 7959849. OLE color: 7959849.

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

Color convert

RGB41117121-
CMYK0.660.0300.53
HSL183º49.38%31.76%-
HSV(B)183º66.12%47.45%-
XYZ10.7314.5720.34-
YUV94.73142.8289.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=14.70%
G=41.94%
B=43.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411171210.660.0300.5318349.3831.76
Hex297579423035b73120
Octal5116517110230652676140
Binary10100111101011111001100001011011010110110111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297579; }

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

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

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

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

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

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

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

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