#29788F

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

Shades of Astral #29788F

Tints of Astral #29788F

Color information

#29788F (or 0x29788F) is unknown color: approx Astral. HEX triplet: 29, 78 and 8F. RGB value is (41,120,143). Sum of RGB (Red+Green+Blue) = 41+120+143=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #29788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29788F is #D68770. Grayscale: #626262. Windows color (decimal): -14059377 or 9402409. OLE color: 9402409.

HSL color Cylindrical-coordinate representation of color #29788F: hue angle of 193.53º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29788F is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41120143-
CMYK0.710.1600.44
HSL193.53º55.43%36.08%-
HSV(B)193.53º71.33%56.08%-
XYZ12.5915.8928.39-
YUV99152.8386.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 143 (56.25% from 255) = 47.04%
R=13.49%
G=39.47%
B=47.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411201430.710.1600.44193.5355.4336.08
Hex29788F471002Cc23724
Octal51170217107200543026744
Binary101001111100010001111100011110000010110011000010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29788F; }

 p { color: rgb(41,120,143); }

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

<style>
 a { background-color: #29788F; }

 a { background-color: rgb(41,120,143); }

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

<style>
 span { border-color: #29788F; }

 span { border-color: rgb(41,120,143); }

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