Html Css Color HEX #29788C Astral

📋 copy color: '#29788C'

red 41 ◦ green 120 ◦ blue 140

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

Shades of Astral #29788C

Tints of Astral #29788C

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 value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29788C (or 0x29788C) is known color: 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

RGB 41 120 140 -
CMYK 0.71 0.14 0 0.45
HSL 192.12º 0.55% 0.35% -
HSV(B) 192.12º 0.71% 0.55% -
XYZ 12.36 15.8 27.21 -
YUV 98.66 151.33 86.87 -
System Red Green Blue C M Y K H S L
Decimal 41 120 140 0.71 0.14 0 0.45 192.12 0.55 0.35
Hex 29 78 8C 47 E 0 2D C0 37 23
Octal 51 170 214 107 16 0 55 300 67 43
Binary 101001 1111000 10001100 1000111 1110 0 101101 11000000 110111 100011

Color Harmonies of #29788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29788C

Black with #29788C

Text Example


Text Example

White with #29788C

Text Example


Text Example

HTML Codes & Css Web 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>