Html Css Color HEX #29798A Astral

📋 copy color: '#29798A'

red 41 ◦ green 121 ◦ blue 138

#29798A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #29798A

Tints of Astral #29798A

RGB

 RED value IS 41 (16.41% from 255) = 13.67%

 GREEN value IS 121 (47.66% from 255) = 40.33%

 BLUE value IS 138 (54.3% from 255) = 46%

R = 13.67%
G = 40.33%
B = 46%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29798A (or 0x29798A) is known color: Astral. HEX triplet: 29, 79 and 8A. RGB value is (41,121,138). Sum of RGB (Red+Green+Blue) = 41+121+138=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #29798A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29798A is #D68675. Grayscale: #626262. Windows color (decimal): -14059126 or 9074985. OLE color: 9074985.

HSL color Cylindrical-coordinate representation of color #29798A: hue angle of 190.52º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29798A is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 121 138 -
CMYK 0.70 0.12 0 0.46
HSL 190.52º 0.54% 0.35% -
HSV(B) 190.52º 0.7% 0.54% -
XYZ 12.34 15.98 26.48 -
YUV 99.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 41 121 138 0.70 0.12 0 0.46 190.52 0.54 0.35
Hex 29 79 8A 46 C 0 2E BF 36 23
Octal 51 171 212 106 14 0 56 277 66 43
Binary 101001 1111001 10001010 1000110 1100 0 101110 10111111 110110 100011

Color Harmonies of #29798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29798A

Black with #29798A

Text Example


Text Example

White with #29798A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29798A;
 }
 .AnyTagClassName
 {
   color: #29798A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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