#294758

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

Shades of Arapawa #294758

Tints of Arapawa #294758

Color information

#294758 (or 0x294758) is unknown color: approx Arapawa. HEX triplet: 29, 47 and 58. RGB value is (41,71,88). Sum of RGB (Red+Green+Blue) = 41+71+88=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #294758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294758 is #D6B8A7. Grayscale: #3F3F3F. Windows color (decimal): -14071976 or 5785385. OLE color: 5785385.

HSL color Cylindrical-coordinate representation of color #294758: hue angle of 201.7º 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 #294758 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB417188-
CMYK0.530.1900.65
HSL201.7º36.43%25.29%-
HSV(B)201.7º53.41%34.51%-
XYZ4.935.6810.07-
YUV63.97141.56111.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 88 (34.77% from 255) = 44%
R=20.5%
G=35.5%
B=44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4171880.530.1900.65201.736.4325.29
Hex2947583513041ca2419
Octal51107130652301013124431
Binary1010011000111101100011010110011010000011100101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294758; }

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

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

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

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

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

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

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

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