#29737A

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

Shades of Atoll #29737A

Tints of Atoll #29737A

Color information

#29737A (or 0x29737A) is unknown color: approx Atoll. HEX triplet: 29, 73 and 7A. RGB value is (41,115,122). Sum of RGB (Red+Green+Blue) = 41+115+122=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #29737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29737A is #D68C85. Grayscale: #5D5D5D. Windows color (decimal): -14060678 or 8024873. OLE color: 8024873.

HSL color Cylindrical-coordinate representation of color #29737A: hue angle of 185.19º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29737A is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB41115122-
CMYK0.660.0600.52
HSL185.19º49.69%31.96%-
HSV(B)185.19º66.39%47.84%-
XYZ10.5614.1420.58-
YUV93.67143.9890.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=14.75%
G=41.37%
B=43.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411151220.660.0600.52185.1949.6931.96
Hex29737A426034b93220
Octal5116317210260642716240
Binary101001111001111110101000010110011010010111001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29737A; }

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

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

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

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

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

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

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

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