Html Css Color HEX #29525E Arapawa

📋 copy color: '#29525E'

red 41 ◦ green 82 ◦ blue 94

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

Shades of Arapawa #29525E

Tints of Arapawa #29525E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

 BLUE value IS 94 (37.11% from 255) = 43.32%

R = 18.89%
G = 37.79%
B = 43.32%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29525E (or 0x29525E) is known color: Arapawa. HEX triplet: 29, 52 and 5E. RGB value is (41,82,94). Sum of RGB (Red+Green+Blue) = 41+82+94=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #29525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29525E is #D6ADA1. Grayscale: #474747. Windows color (decimal): -14069154 or 6181417. OLE color: 6181417.

HSL color Cylindrical-coordinate representation of color #29525E: hue angle of 193.58º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29525E is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 82 94 -
CMYK 0.56 0.13 0 0.63
HSL 193.58º 0.39% 0.26% -
HSV(B) 193.58º 0.56% 0.37% -
XYZ 5.95 7.31 11.69 -
YUV 71.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 41 82 94 0.56 0.13 0 0.63 193.58 0.39 0.26
Hex 29 52 5E 38 D 0 3F C2 27 1A
Octal 51 122 136 70 15 0 77 302 47 32
Binary 101001 1010010 1011110 111000 1101 0 111111 11000010 100111 11010

Color Harmonies of #29525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29525E

Black with #29525E

Text Example


Text Example

White with #29525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29525E; }

 p { color: rgb(41,82,94); }

 H1.HeaderClassName
 {
   color: #29525E;
 }
 .AnyTagClassName
 {
   color: #29525E;
 }
</style>

background-color css

<style>
 a { background-color: #29525E; }

 a { background-color: rgb(41,82,94); }

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

border-color css

<style>
 span { border-color: #29525E; }

 span { border-color: rgb(41,82,94); }

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