#29747B

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

Shades of Atoll #29747B

Tints of Atoll #29747B

Color information

#29747B (or 0x29747B) is unknown color: approx Atoll. HEX triplet: 29, 74 and 7B. RGB value is (41,116,123). Sum of RGB (Red+Green+Blue) = 41+116+123=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #29747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29747B is #D68B84. Grayscale: #5E5E5E. Windows color (decimal): -14060421 or 8090665. OLE color: 8090665.

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

Color convert

RGB41116123-
CMYK0.670.0600.52
HSL185.12º50%32.16%-
HSV(B)185.12º66.67%48.24%-
XYZ10.7314.3920.95-
YUV94.37144.1589.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=14.64%
G=41.43%
B=43.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411161230.670.0600.52185.125032.16
Hex29747B436034b93220
Octal5116417310360642716240
Binary101001111010011110111000011110011010010111001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29747B; }

 p { color: rgb(41,116,123); }

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

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

 a { background-color: rgb(41,116,123); }

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

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

 span { border-color: rgb(41,116,123); }

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