#29737B

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

Shades of Atoll #29737B

Tints of Atoll #29737B

Color information

#29737B (or 0x29737B) is unknown color: approx Atoll. HEX triplet: 29, 73 and 7B. RGB value is (41,115,123). Sum of RGB (Red+Green+Blue) = 41+115+123=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #29737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29737B is #D68C84. Grayscale: #5D5D5D. Windows color (decimal): -14060677 or 8090409. OLE color: 8090409.

HSL color Cylindrical-coordinate representation of color #29737B: hue angle of 185.85º 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 #29737B is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB41115123-
CMYK0.670.0700.52
HSL185.85º50%32.16%-
HSV(B)185.85º66.67%48.24%-
XYZ10.6214.1620.91-
YUV93.79144.4890.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=14.70%
G=41.22%
B=44.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411151230.670.0700.52185.855032.16
Hex29737B437034ba3220
Octal5116317310370642726240
Binary101001111001111110111000011111011010010111010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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