#29515F

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

Shades of Arapawa #29515F

Tints of Arapawa #29515F

Color information

#29515F (or 0x29515F) is unknown color: approx Arapawa. HEX triplet: 29, 51 and 5F. RGB value is (41,81,95). Sum of RGB (Red+Green+Blue) = 41+81+95=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #29515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29515F is #D6AEA0. Grayscale: #464646. Windows color (decimal): -14069409 or 6246697. OLE color: 6246697.

HSL color Cylindrical-coordinate representation of color #29515F: hue angle of 195.56º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29515F is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB418195-
CMYK0.570.1500.63
HSL195.56º39.71%26.67%-
HSV(B)195.56º56.84%37.25%-
XYZ5.927.1811.9-
YUV70.64141.75106.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 95 (37.5% from 255) = 43.78%
R=18.89%
G=37.33%
B=43.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4181950.570.1500.63195.5639.7126.67
Hex29515F39F03Fc4281b
Octal5112113771170773045033
Binary10100110100011011111111001111101111111100010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29515F; }

 p { color: rgb(41,81,95); }

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

<style>
 a { background-color: #29515F; }

 a { background-color: rgb(41,81,95); }

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

<style>
 span { border-color: #29515F; }

 span { border-color: rgb(41,81,95); }

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