Html Css Color HEX #29525F Arapawa

📋 copy color: '#29525F'

red 41 ◦ green 82 ◦ blue 95

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

Shades of Arapawa #29525F

Tints of Arapawa #29525F

RGB

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

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

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

R = 18.81%
G = 37.61%
B = 43.58%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29525F (or 0x29525F) is known color: Arapawa. HEX triplet: 29, 52 and 5F. RGB value is (41,82,95). Sum of RGB (Red+Green+Blue) = 41+82+95=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 95 - color contains mainly: blue. Hex color #29525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29525F is #D6ADA0. Grayscale: #474747. Windows color (decimal): -14069153 or 6246953. OLE color: 6246953.

HSL color Cylindrical-coordinate representation of color #29525F: hue angle of 194.44º 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 #29525F is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 82 95 -
CMYK 0.57 0.14 0 0.63
HSL 194.44º 0.4% 0.27% -
HSV(B) 194.44º 0.57% 0.37% -
XYZ 6 7.33 11.93 -
YUV 71.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 41 82 95 0.57 0.14 0 0.63 194.44 0.4 0.27
Hex 29 52 5F 39 E 0 3F C2 28 1B
Octal 51 122 137 71 16 0 77 302 50 33
Binary 101001 1010010 1011111 111001 1110 0 111111 11000010 101000 11011

Color Harmonies of #29525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29525F

Black with #29525F

Text Example


Text Example

White with #29525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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