Html Css Color HEX #29505D Arapawa

📋 copy color: '#29505D'

red 41 ◦ green 80 ◦ blue 93

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

Shades of Arapawa #29505D

Tints of Arapawa #29505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.46%

R = 19.16%
G = 37.38%
B = 43.46%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29505D (or 0x29505D) is known color: Arapawa. HEX triplet: 29, 50 and 5D. RGB value is (41,80,93). Sum of RGB (Red+Green+Blue) = 41+80+93=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #29505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29505D is #D6AFA2. Grayscale: #454545. Windows color (decimal): -14069667 or 6115369. OLE color: 6115369.

HSL color Cylindrical-coordinate representation of color #29505D: hue angle of 195º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29505D is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 80 93 -
CMYK 0.56 0.14 0 0.64
HSL 195º 0.39% 0.26% -
HSV(B) 195º 0.56% 0.36% -
XYZ 5.76 7 11.4 -
YUV 69.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 41 80 93 0.56 0.14 0 0.64 195 0.39 0.26
Hex 29 50 5D 38 E 0 40 C3 27 1A
Octal 51 120 135 70 16 0 100 303 47 32
Binary 101001 1010000 1011101 111000 1110 0 1000000 11000011 100111 11010

Color Harmonies of #29505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29505D

Black with #29505D

Text Example


Text Example

White with #29505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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