#295260

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

Shades of Arapawa #295260

Tints of Arapawa #295260

Color information

#295260 (or 0x295260) is unknown color: approx Arapawa. HEX triplet: 29, 52 and 60. RGB value is (41,82,96). Sum of RGB (Red+Green+Blue) = 41+82+96=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #295260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295260 is #D6AD9F. Grayscale: #474747. Windows color (decimal): -14069152 or 6312489. OLE color: 6312489.

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

Color convert

RGB418296-
CMYK0.570.1500.62
HSL195.27º40.15%26.86%-
HSV(B)195.27º57.29%37.65%-
XYZ6.047.3512.17-
YUV71.34141.92106.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=18.72%
G=37.44%
B=43.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4182960.570.1500.62195.2740.1526.86
Hex29526039F03Ec3281b
Octal5112214071170763035033
Binary10100110100101100000111001111101111101100001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295260; }

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

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

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

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

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

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

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

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