Html Css Color HEX #29505E Arapawa

📋 copy color: '#29505E'

red 41 ◦ green 80 ◦ blue 94

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

Shades of Arapawa #29505E

Tints of Arapawa #29505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.21%

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

R = 19.07%
G = 37.21%
B = 43.72%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29505E (or 0x29505E) is known color: Arapawa. HEX triplet: 29, 50 and 5E. RGB value is (41,80,94). Sum of RGB (Red+Green+Blue) = 41+80+94=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #29505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29505E is #D6AFA1. Grayscale: #454545. Windows color (decimal): -14069666 or 6180905. OLE color: 6180905.

HSL color Cylindrical-coordinate representation of color #29505E: hue angle of 195.85º 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 #29505E is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 80 94 -
CMYK 0.56 0.15 0 0.63
HSL 195.85º 0.39% 0.26% -
HSV(B) 195.85º 0.56% 0.37% -
XYZ 5.8 7.02 11.64 -
YUV 69.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 41 80 94 0.56 0.15 0 0.63 195.85 0.39 0.26
Hex 29 50 5E 38 F 0 3F C4 27 1A
Octal 51 120 136 70 17 0 77 304 47 32
Binary 101001 1010000 1011110 111000 1111 0 111111 11000100 100111 11010

Color Harmonies of #29505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29505E

Black with #29505E

Text Example


Text Example

White with #29505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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