Html Css Color HEX #29778C Astral

📋 copy color: '#29778C'

red 41 ◦ green 119 ◦ blue 140

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

Shades of Astral #29778C

Tints of Astral #29778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

 BLUE value IS 140 (55.08% from 255) = 46.67%

R = 13.67%
G = 39.67%
B = 46.67%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29778C (or 0x29778C) is known color: Astral. HEX triplet: 29, 77 and 8C. RGB value is (41,119,140). Sum of RGB (Red+Green+Blue) = 41+119+140=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #29778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29778C is #D68873. Grayscale: #616161. Windows color (decimal): -14059636 or 9205545. OLE color: 9205545.

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

Color convert

RGB 41 119 140 -
CMYK 0.71 0.15 0 0.45
HSL 192.73º 0.55% 0.35% -
HSV(B) 192.73º 0.71% 0.55% -
XYZ 12.24 15.56 27.17 -
YUV 98.07 151.66 87.29 -
System Red Green Blue C M Y K H S L
Decimal 41 119 140 0.71 0.15 0 0.45 192.73 0.55 0.35
Hex 29 77 8C 47 F 0 2D C1 37 23
Octal 51 167 214 107 17 0 55 301 67 43
Binary 101001 1110111 10001100 1000111 1111 0 101101 11000001 110111 100011

Color Harmonies of #29778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29778C

Black with #29778C

Text Example


Text Example

White with #29778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29778C;
 }
 .AnyTagClassName
 {
   color: #29778C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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