#294757

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

Shades of Arapawa #294757

Tints of Arapawa #294757

Color information

#294757 (or 0x294757) is unknown color: approx Arapawa. HEX triplet: 29, 47 and 57. RGB value is (41,71,87). Sum of RGB (Red+Green+Blue) = 41+71+87=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #294757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294757 is #D6B8A8. Grayscale: #3F3F3F. Windows color (decimal): -14071977 or 5719849. OLE color: 5719849.

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

Color convert

RGB417187-
CMYK0.530.1800.66
HSL200.87º35.94%25.1%-
HSV(B)200.87º52.87%34.12%-
XYZ4.895.679.85-
YUV63.85141.06111.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 87 (34.38% from 255) = 43.72%
R=20.60%
G=35.68%
B=43.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4171870.530.1800.66200.8735.9425.1
Hex2947573512042c92419
Octal51107127652201023114431
Binary1010011000111101011111010110010010000101100100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294757; }

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

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

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

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

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

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

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

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