#295160

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

Shades of Arapawa #295160

Tints of Arapawa #295160

Color information

#295160 (or 0x295160) is unknown color: approx Arapawa. HEX triplet: 29, 51 and 60. RGB value is (41,81,96). Sum of RGB (Red+Green+Blue) = 41+81+96=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #295160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295160 is #D6AE9F. Grayscale: #464646. Windows color (decimal): -14069408 or 6312233. OLE color: 6312233.

HSL color Cylindrical-coordinate representation of color #295160: hue angle of 196.36º 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 #295160 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB418196-
CMYK0.570.1600.62
HSL196.36º40.15%26.86%-
HSV(B)196.36º57.29%37.65%-
XYZ5.977.212.14-
YUV70.75142.25106.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=18.81%
G=37.16%
B=44.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4181960.570.1600.62196.3640.1526.86
Hex295160391003Ec4281b
Octal5112114071200763045033
Binary101001101000111000001110011000001111101100010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295160; }

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

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

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

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

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

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

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

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