#29748C

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

Shades of Astral #29748C

Tints of Astral #29748C

Color information

#29748C (or 0x29748C) is unknown color: approx Astral. HEX triplet: 29, 74 and 8C. RGB value is (41,116,140). Sum of RGB (Red+Green+Blue) = 41+116+140=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #29748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29748C is #D68B73. Grayscale: #606060. Windows color (decimal): -14060404 or 9204777. OLE color: 9204777.

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

Color convert

RGB41116140-
CMYK0.710.1700.45
HSL194.55º54.7%35.49%-
HSV(B)194.55º70.71%54.9%-
XYZ11.8914.8627.05-
YUV96.31152.6588.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=13.80%
G=39.06%
B=47.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411161400.710.1700.45194.5554.735.49
Hex29748C471102Dc33723
Octal51164214107210553036743
Binary101001111010010001100100011110001010110111000011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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