#29858B

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

Shades of Atoll #29858B

Tints of Atoll #29858B

Color information

#29858B (or 0x29858B) is unknown color: approx Atoll. HEX triplet: 29, 85 and 8B. RGB value is (41,133,139). Sum of RGB (Red+Green+Blue) = 41+133+139=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #29858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29858B is #D67A74. Grayscale: #6A6A6A. Windows color (decimal): -14056053 or 9143593. OLE color: 9143593.

HSL color Cylindrical-coordinate representation of color #29858B: hue angle of 183.67º degrees, saturation: 0.54, 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 #29858B is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB41133139-
CMYK0.710.0400.45
HSL183.67º54.44%35.29%-
HSV(B)183.67º70.5%54.51%-
XYZ13.9619.1127.38-
YUV106.18146.5281.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=13.10%
G=42.49%
B=44.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411331390.710.0400.45183.6754.4435.29
Hex29858B47402Db83623
Octal5120521310740552706643
Binary10100110000101100010111000111100010110110111000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,133,139); }

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

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

 a { background-color: rgb(41,133,139); }

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

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

 span { border-color: rgb(41,133,139); }

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