Html Css Color HEX #29505F Arapawa

📋 copy color: '#29505F'

red 41 ◦ green 80 ◦ blue 95

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

Shades of Arapawa #29505F

Tints of Arapawa #29505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.98%

R = 18.98%
G = 37.04%
B = 43.98%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29505F (or 0x29505F) is known color: Arapawa. HEX triplet: 29, 50 and 5F. RGB value is (41,80,95). Sum of RGB (Red+Green+Blue) = 41+80+95=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #29505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29505F is #D6AFA0. Grayscale: #454545. Windows color (decimal): -14069665 or 6246441. OLE color: 6246441.

HSL color Cylindrical-coordinate representation of color #29505F: hue angle of 196.67º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29505F is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 80 95 -
CMYK 0.57 0.16 0 0.63
HSL 196.67º 0.4% 0.27% -
HSV(B) 196.67º 0.57% 0.37% -
XYZ 5.85 7.03 11.88 -
YUV 70.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 41 80 95 0.57 0.16 0 0.63 196.67 0.4 0.27
Hex 29 50 5F 39 10 0 3F C5 28 1B
Octal 51 120 137 71 20 0 77 305 50 33
Binary 101001 1010000 1011111 111001 10000 0 111111 11000101 101000 11011

Color Harmonies of #29505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29505F

Black with #29505F

Text Example


Text Example

White with #29505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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