#294958

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

Shades of Arapawa #294958

Tints of Arapawa #294958

Color information

#294958 (or 0x294958) is unknown color: approx Arapawa. HEX triplet: 29, 49 and 58. RGB value is (41,73,88). Sum of RGB (Red+Green+Blue) = 41+73+88=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #294958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294958 is #D6B6A7. Grayscale: #414141. Windows color (decimal): -14071464 or 5785897. OLE color: 5785897.

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

Color convert

RGB417388-
CMYK0.530.1700.65
HSL199.15º36.43%25.29%-
HSV(B)199.15º53.41%34.51%-
XYZ5.065.9410.11-
YUV65.14140.9110.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=20.30%
G=36.14%
B=43.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4173880.530.1700.65199.1536.4325.29
Hex2949583511041c72419
Octal51111130652101013074431
Binary1010011001001101100011010110001010000011100011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294958; }

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

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

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

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

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

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

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

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