Html Css Color HEX #29555F Arapawa

📋 copy color: '#29555F'

red 41 ◦ green 85 ◦ blue 95

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

Shades of Arapawa #29555F

Tints of Arapawa #29555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

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

R = 18.55%
G = 38.46%
B = 42.99%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29555F (or 0x29555F) is known color: Arapawa. HEX triplet: 29, 55 and 5F. RGB value is (41,85,95). Sum of RGB (Red+Green+Blue) = 41+85+95=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #29555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29555F is #D6AAA0. Grayscale: #484848. Windows color (decimal): -14068385 or 6247721. OLE color: 6247721.

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

Color convert

RGB 41 85 95 -
CMYK 0.57 0.11 0 0.63
HSL 191.11º 0.4% 0.27% -
HSV(B) 191.11º 0.57% 0.37% -
XYZ 6.23 7.79 12 -
YUV 72.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 41 85 95 0.57 0.11 0 0.63 191.11 0.4 0.27
Hex 29 55 5F 39 B 0 3F BF 28 1B
Octal 51 125 137 71 13 0 77 277 50 33
Binary 101001 1010101 1011111 111001 1011 0 111111 10111111 101000 11011

Color Harmonies of #29555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29555F

Black with #29555F

Text Example


Text Example

White with #29555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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