Html Css Color HEX #29496A Arapawa

📋 copy color: '#29496A'

red 41 ◦ green 73 ◦ blue 106

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

Shades of Arapawa #29496A

Tints of Arapawa #29496A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.18%

R = 18.64%
G = 33.18%
B = 48.18%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29496A (or 0x29496A) is known color: Arapawa. HEX triplet: 29, 49 and 6A. RGB value is (41,73,106). Sum of RGB (Red+Green+Blue) = 41+73+106=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #29496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29496A is #D6B695. Grayscale: #434343. Windows color (decimal): -14071446 or 6965545. OLE color: 6965545.

HSL color Cylindrical-coordinate representation of color #29496A: hue angle of 210.46º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29496A is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 73 106 -
CMYK 0.61 0.31 0 0.58
HSL 210.46º 0.44% 0.29% -
HSV(B) 210.46º 0.61% 0.42% -
XYZ 5.9 6.28 14.54 -
YUV 67.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 41 73 106 0.61 0.31 0 0.58 210.46 0.44 0.29
Hex 29 49 6A 3D 1F 0 3A D2 2C 1D
Octal 51 111 152 75 37 0 72 322 54 35
Binary 101001 1001001 1101010 111101 11111 0 111010 11010010 101100 11101

Color Harmonies of #29496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29496A

Black with #29496A

Text Example


Text Example

White with #29496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29496A; }

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

 H1.HeaderClassName
 {
   color: #29496A;
 }
 .AnyTagClassName
 {
   color: #29496A;
 }
</style>

background-color css

<style>
 a { background-color: #29496A; }

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

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

border-color css

<style>
 span { border-color: #29496A; }

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

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