#29455D

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

Shades of Arapawa #29455D

Tints of Arapawa #29455D

Color information

#29455D (or 0x29455D) is unknown color: approx Arapawa. HEX triplet: 29, 45 and 5D. RGB value is (41,69,93). Sum of RGB (Red+Green+Blue) = 41+69+93=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #29455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29455D is #D6BAA2. Grayscale: #3F3F3F. Windows color (decimal): -14072483 or 6112553. OLE color: 6112553.

HSL color Cylindrical-coordinate representation of color #29455D: hue angle of 207.69º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29455D is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB416993-
CMYK0.560.2600.64
HSL207.69º38.81%26.27%-
HSV(B)207.69º55.91%36.47%-
XYZ5.025.5211.16-
YUV63.36144.72112.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=20.20%
G=33.99%
B=45.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4169930.560.2600.64207.6938.8126.27
Hex29455D381A040d0271a
Octal51105135703201003204732
Binary1010011000101101110111100011010010000001101000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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