Html Css Color HEX #29778F Astral

📋 copy color: '#29778F'

red 41 ◦ green 119 ◦ blue 143

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

Shades of Astral #29778F

Tints of Astral #29778F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.19%

R = 13.53%
G = 39.27%
B = 47.19%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29778F (or 0x29778F) is known color: Astral. HEX triplet: 29, 77 and 8F. RGB value is (41,119,143). Sum of RGB (Red+Green+Blue) = 41+119+143=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #29778F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29778F is #D68870. Grayscale: #626262. Windows color (decimal): -14059633 or 9402153. OLE color: 9402153.

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

Color convert

RGB 41 119 143 -
CMYK 0.71 0.17 0 0.44
HSL 194.12º 0.55% 0.36% -
HSV(B) 194.12º 0.71% 0.56% -
XYZ 12.47 15.65 28.35 -
YUV 98.41 153.16 87.05 -
System Red Green Blue C M Y K H S L
Decimal 41 119 143 0.71 0.17 0 0.44 194.12 0.55 0.36
Hex 29 77 8F 47 11 0 2C C2 37 24
Octal 51 167 217 107 21 0 54 302 67 44
Binary 101001 1110111 10001111 1000111 10001 0 101100 11000010 110111 100100

Color Harmonies of #29778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29778F

Black with #29778F

Text Example


Text Example

White with #29778F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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