#29455A

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

Shades of Arapawa #29455A

Tints of Arapawa #29455A

Color information

#29455A (or 0x29455A) is unknown color: approx Arapawa. HEX triplet: 29, 45 and 5A. RGB value is (41,69,90). Sum of RGB (Red+Green+Blue) = 41+69+90=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #29455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29455A is #D6BAA5. Grayscale: #3E3E3E. Windows color (decimal): -14072486 or 5915945. OLE color: 5915945.

HSL color Cylindrical-coordinate representation of color #29455A: hue angle of 205.71º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29455A is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB416990-
CMYK0.540.2300.65
HSL205.71º37.4%25.69%-
HSV(B)205.71º54.44%35.29%-
XYZ4.895.4710.47-
YUV63.02143.22112.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=20.5%
G=34.5%
B=45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4169900.540.2300.65205.7137.425.69
Hex29455A3617041ce251a
Octal51105132662701013164532
Binary1010011000101101101011011010111010000011100111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,69,90); }

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

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

 a { background-color: rgb(41,69,90); }

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

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

 span { border-color: rgb(41,69,90); }

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