#29838C

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

Shades of Atoll #29838C

Tints of Atoll #29838C

Color information

#29838C (or 0x29838C) is unknown color: approx Atoll. HEX triplet: 29, 83 and 8C. RGB value is (41,131,140). Sum of RGB (Red+Green+Blue) = 41+131+140=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #29838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29838C is #D67C73. Grayscale: #686868. Windows color (decimal): -14056564 or 9208617. OLE color: 9208617.

HSL color Cylindrical-coordinate representation of color #29838C: hue angle of 185.45º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29838C is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB41131140-
CMYK0.710.0600.45
HSL185.45º54.7%35.49%-
HSV(B)185.45º70.71%54.9%-
XYZ13.7618.627.68-
YUV105.12147.6882.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=13.14%
G=41.99%
B=44.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411311400.710.0600.45185.4554.735.49
Hex29838C47602Db93723
Octal5120321410760552716743
Binary10100110000011100011001000111110010110110111001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29838C; }

 p { color: rgb(41,131,140); }

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

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

 a { background-color: rgb(41,131,140); }

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

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

 span { border-color: rgb(41,131,140); }

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