#294F64

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

Shades of Arapawa #294F64

Tints of Arapawa #294F64

Color information

#294F64 (or 0x294F64) is unknown color: approx Arapawa. HEX triplet: 29, 4F and 64. RGB value is (41,79,100). Sum of RGB (Red+Green+Blue) = 41+79+100=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #294F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F64 is #D6B09B. Grayscale: #454545. Windows color (decimal): -14069916 or 6573865. OLE color: 6573865.

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

Color convert

RGB4179100-
CMYK0.590.2100.61
HSL201.36º41.84%27.65%-
HSV(B)201.36º59%39.22%-
XYZ6.016.9813.09-
YUV70.03144.91107.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 100 (39.45% from 255) = 45.45%
R=18.64%
G=35.91%
B=45.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41791000.590.2100.61201.3641.8427.65
Hex294F643B1503Dc92a1c
Octal5111714473250753115234
Binary101001100111111001001110111010101111011100100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,79,100); }

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

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

 a { background-color: rgb(41,79,100); }

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

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

 span { border-color: rgb(41,79,100); }

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