#294D65

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

Shades of Arapawa #294D65

Tints of Arapawa #294D65

Color information

#294D65 (or 0x294D65) is unknown color: approx Arapawa. HEX triplet: 29, 4D and 65. RGB value is (41,77,101). Sum of RGB (Red+Green+Blue) = 41+77+101=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #294D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D65 is #D6B29A. Grayscale: #444444. Windows color (decimal): -14070427 or 6638889. OLE color: 6638889.

HSL color Cylindrical-coordinate representation of color #294D65: hue angle of 204º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294D65 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4177101-
CMYK0.590.2400.60
HSL204º42.25%27.84%-
HSV(B)204º59.41%39.61%-
XYZ5.926.7213.3-
YUV68.97146.07108.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=18.72%
G=35.16%
B=46.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41771010.590.2400.6020442.2527.84
Hex294D653B1803Ccc2a1c
Octal5111514573300743145234
Binary101001100110111001011110111100001111001100110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294D65; }

 p { color: rgb(41,77,101); }

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

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

 a { background-color: rgb(41,77,101); }

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

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

 span { border-color: rgb(41,77,101); }

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