#295560

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

Shades of Arapawa #295560

Tints of Arapawa #295560

Color information

#295560 (or 0x295560) is unknown color: approx Arapawa. HEX triplet: 29, 55 and 60. RGB value is (41,85,96). Sum of RGB (Red+Green+Blue) = 41+85+96=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #295560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295560 is #D6AA9F. Grayscale: #494949. Windows color (decimal): -14068384 or 6313257. OLE color: 6313257.

HSL color Cylindrical-coordinate representation of color #295560: hue angle of 192º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295560 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB418596-
CMYK0.570.1100.62
HSL192º40.15%26.86%-
HSV(B)192º57.29%37.65%-
XYZ6.277.8112.24-
YUV73.1140.92105.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=18.47%
G=38.29%
B=43.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4185960.570.1100.6219240.1526.86
Hex29556039B03Ec0281b
Octal5112514071130763005033
Binary10100110101011100000111001101101111101100000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295560; }

 p { color: rgb(41,85,96); }

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

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

 a { background-color: rgb(41,85,96); }

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

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

 span { border-color: rgb(41,85,96); }

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