Html Css Color HEX #29475C Arapawa

📋 copy color: '#29475C'

red 41 ◦ green 71 ◦ blue 92

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

Shades of Arapawa #29475C

Tints of Arapawa #29475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.8%

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 20.1%
G = 34.8%
B = 45.1%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29475C (or 0x29475C) is known color: Arapawa. HEX triplet: 29, 47 and 5C. RGB value is (41,71,92). Sum of RGB (Red+Green+Blue) = 41+71+92=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #29475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29475C is #D6B8A3. Grayscale: #404040. Windows color (decimal): -14071972 or 6047529. OLE color: 6047529.

HSL color Cylindrical-coordinate representation of color #29475C: hue angle of 204.71º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29475C is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 71 92 -
CMYK 0.55 0.23 0 0.64
HSL 204.71º 0.38% 0.26% -
HSV(B) 204.71º 0.55% 0.36% -
XYZ 5.1 5.75 10.97 -
YUV 64.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 41 71 92 0.55 0.23 0 0.64 204.71 0.38 0.26
Hex 29 47 5C 37 17 0 40 CD 26 1A
Octal 51 107 134 67 27 0 100 315 46 32
Binary 101001 1000111 1011100 110111 10111 0 1000000 11001101 100110 11010

Color Harmonies of #29475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29475C

Black with #29475C

Text Example


Text Example

White with #29475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29475C; }

 p { color: rgb(41,71,92); }

 H1.HeaderClassName
 {
   color: #29475C;
 }
 .AnyTagClassName
 {
   color: #29475C;
 }
</style>

background-color css

<style>
 a { background-color: #29475C; }

 a { background-color: rgb(41,71,92); }

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

border-color css

<style>
 span { border-color: #29475C; }

 span { border-color: rgb(41,71,92); }

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