#29798D

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

Shades of Astral #29798D

Tints of Astral #29798D

Color information

#29798D (or 0x29798D) is unknown color: approx Astral. HEX triplet: 29, 79 and 8D. RGB value is (41,121,141). Sum of RGB (Red+Green+Blue) = 41+121+141=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #29798D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29798D is #D68672. Grayscale: #636363. Windows color (decimal): -14059123 or 9271593. OLE color: 9271593.

HSL color Cylindrical-coordinate representation of color #29798D: hue angle of 192º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29798D is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB41121141-
CMYK0.710.1400.45
HSL192º54.95%35.69%-
HSV(B)192º70.92%55.29%-
XYZ12.5616.0727.64-
YUV99.36151.586.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=13.53%
G=39.93%
B=46.53%

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
Decimal411211410.710.1400.4519254.9535.69
Hex29798D47E02Dc03724
Octal51171215107160553006744
Binary10100111110011000110110001111110010110111000000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29798D; }

 p { color: rgb(41,121,141); }

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

<style>
 a { background-color: #29798D; }

 a { background-color: rgb(41,121,141); }

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

<style>
 span { border-color: #29798D; }

 span { border-color: rgb(41,121,141); }

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