Html Css Color HEX #29748C Astral

📋 copy color: '#29748C'

red 41 ◦ green 116 ◦ blue 140

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

Shades of Astral #29748C

Tints of Astral #29748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

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

R = 13.8%
G = 39.06%
B = 47.14%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29748C (or 0x29748C) is known color: Astral. HEX triplet: 29, 74 and 8C. RGB value is (41,116,140). Sum of RGB (Red+Green+Blue) = 41+116+140=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #29748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29748C is #D68B73. Grayscale: #606060. Windows color (decimal): -14060404 or 9204777. OLE color: 9204777.

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

Color convert

RGB 41 116 140 -
CMYK 0.71 0.17 0 0.45
HSL 194.55º 0.55% 0.35% -
HSV(B) 194.55º 0.71% 0.55% -
XYZ 11.89 14.86 27.05 -
YUV 96.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 41 116 140 0.71 0.17 0 0.45 194.55 0.55 0.35
Hex 29 74 8C 47 11 0 2D C3 37 23
Octal 51 164 214 107 21 0 55 303 67 43
Binary 101001 1110100 10001100 1000111 10001 0 101101 11000011 110111 100011

Color Harmonies of #29748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29748C

Black with #29748C

Text Example


Text Example

White with #29748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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