#294959

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

Shades of Arapawa #294959

Tints of Arapawa #294959

Color information

#294959 (or 0x294959) is unknown color: approx Arapawa. HEX triplet: 29, 49 and 59. RGB value is (41,73,89). Sum of RGB (Red+Green+Blue) = 41+73+89=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #294959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294959 is #D6B6A6. Grayscale: #414141. Windows color (decimal): -14071463 or 5851433. OLE color: 5851433.

HSL color Cylindrical-coordinate representation of color #294959: hue angle of 200º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #294959 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB417389-
CMYK0.540.1800.65
HSL200º36.92%25.49%-
HSV(B)200º53.93%34.9%-
XYZ5.15.9610.33-
YUV65.26141.4110.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=20.20%
G=35.96%
B=43.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4173890.540.1800.6520036.9225.49
Hex2949593612041c82519
Octal51111131662201013104531
Binary1010011001001101100111011010010010000011100100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294959; }

 p { color: rgb(41,73,89); }

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

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

 a { background-color: rgb(41,73,89); }

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

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

 span { border-color: rgb(41,73,89); }

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