#29486A

Color #29486A Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #29486A

Tints of Arapawa #29486A

Color information

#29486A (or 0x29486A) is unknown color: approx Arapawa. HEX triplet: 29, 48 and 6A. RGB value is (41,72,106). Sum of RGB (Red+Green+Blue) = 41+72+106=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #29486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29486A is #D6B795. Grayscale: #424242. Windows color (decimal): -14071702 or 6965289. OLE color: 6965289.

HSL color Cylindrical-coordinate representation of color #29486A: hue angle of 211.38º 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 #29486A is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4172106-
CMYK0.610.3200.58
HSL211.38º44.22%28.82%-
HSV(B)211.38º61.32%41.57%-
XYZ5.836.1514.51-
YUV66.61150.23109.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=18.72%
G=32.88%
B=48.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41721060.610.3200.58211.3844.2228.82
Hex29486A3D2003Ad32c1d
Octal5111015275400723235435
Binary1010011001000110101011110110000001110101101001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29486A;
 }
 .AnyTagClassName
 {
   color: #29486A;
 }
</style>
background-color css

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

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

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

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

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

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