#29455B

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

Shades of Arapawa #29455B

Tints of Arapawa #29455B

Color information

#29455B (or 0x29455B) is unknown color: approx Arapawa. HEX triplet: 29, 45 and 5B. RGB value is (41,69,91). Sum of RGB (Red+Green+Blue) = 41+69+91=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #29455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29455B is #D6BAA4. Grayscale: #3F3F3F. Windows color (decimal): -14072485 or 5981481. OLE color: 5981481.

HSL color Cylindrical-coordinate representation of color #29455B: hue angle of 206.4º 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 #29455B is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB416991-
CMYK0.550.2400.64
HSL206.4º37.88%25.88%-
HSV(B)206.4º54.95%35.69%-
XYZ4.935.4810.7-
YUV63.14143.72112.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=20.40%
G=34.33%
B=45.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4169910.550.2400.64206.437.8825.88
Hex29455B3718040ce261a
Octal51105133673001003164632
Binary1010011000101101101111011111000010000001100111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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