#29788c

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

Shades of Astral #29788C

Tints of Astral #29788C

Color information

#29788C (or 0x29788C) is unknown color: approx Astral. HEX triplet: 29, 78 and 8C. RGB value is (41,120,140). Sum of RGB (Red+Green+Blue) = 41+120+140=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #29788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29788C is #D68773. Grayscale: #626262. Windows color (decimal): -14059380 or 9205801. OLE color: 9205801.

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

Color convert

RGB41120140-
CMYK0.710.1400.45
HSL192.12º54.7%35.49%-
HSV(B)192.12º70.71%54.9%-
XYZ12.3615.827.21-
YUV98.66151.3386.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=13.62%
G=39.87%
B=46.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411201400.710.1400.45192.1254.735.49
Hex29788C47E02Dc03723
Octal51170214107160553006743
Binary10100111110001000110010001111110010110111000000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29788c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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