#29728C

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

Shades of Astral #29728C

Tints of Astral #29728C

Color information

#29728C (or 0x29728C) is unknown color: approx Astral. HEX triplet: 29, 72 and 8C. RGB value is (41,114,140). Sum of RGB (Red+Green+Blue) = 41+114+140=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #29728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29728C is #D68D73. Grayscale: #5E5E5E. Windows color (decimal): -14060916 or 9204265. OLE color: 9204265.

HSL color Cylindrical-coordinate representation of color #29728C: hue angle of 195.76º 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 #29728C is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB41114140-
CMYK0.710.1900.45
HSL195.76º54.7%35.49%-
HSV(B)195.76º70.71%54.9%-
XYZ11.6714.426.98-
YUV95.14153.3289.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=13.90%
G=38.64%
B=47.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411141400.710.1900.45195.7654.735.49
Hex29728C471302Dc43723
Octal51162214107230553046743
Binary101001111001010001100100011110011010110111000100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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