Html Css Color HEX #29495E Arapawa

📋 copy color: '#29495E'

red 41 ◦ green 73 ◦ blue 94

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

Shades of Arapawa #29495E

Tints of Arapawa #29495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 19.71%
G = 35.1%
B = 45.19%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29495E (or 0x29495E) is known color: Arapawa. HEX triplet: 29, 49 and 5E. RGB value is (41,73,94). Sum of RGB (Red+Green+Blue) = 41+73+94=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #29495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29495E is #D6B6A1. Grayscale: #414141. Windows color (decimal): -14071458 or 6179113. OLE color: 6179113.

HSL color Cylindrical-coordinate representation of color #29495E: hue angle of 203.77º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29495E is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 73 94 -
CMYK 0.56 0.22 0 0.63
HSL 203.77º 0.39% 0.26% -
HSV(B) 203.77º 0.56% 0.37% -
XYZ 5.32 6.04 11.48 -
YUV 65.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 41 73 94 0.56 0.22 0 0.63 203.77 0.39 0.26
Hex 29 49 5E 38 16 0 3F CC 27 1A
Octal 51 111 136 70 26 0 77 314 47 32
Binary 101001 1001001 1011110 111000 10110 0 111111 11001100 100111 11010

Color Harmonies of #29495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29495E

Black with #29495E

Text Example


Text Example

White with #29495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29495E; }

 p { color: rgb(41,73,94); }

 H1.HeaderClassName
 {
   color: #29495E;
 }
 .AnyTagClassName
 {
   color: #29495E;
 }
</style>

background-color css

<style>
 a { background-color: #29495E; }

 a { background-color: rgb(41,73,94); }

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

border-color css

<style>
 span { border-color: #29495E; }

 span { border-color: rgb(41,73,94); }

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