#294D60

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

Shades of Arapawa #294D60

Tints of Arapawa #294D60

Color information

#294D60 (or 0x294D60) is unknown color: approx Arapawa. HEX triplet: 29, 4D and 60. RGB value is (41,77,96). Sum of RGB (Red+Green+Blue) = 41+77+96=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #294D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D60 is #D6B29F. Grayscale: #444444. Windows color (decimal): -14070432 or 6311209. OLE color: 6311209.

HSL color Cylindrical-coordinate representation of color #294D60: hue angle of 200.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294D60 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB417796-
CMYK0.570.2000.62
HSL200.73º40.15%26.86%-
HSV(B)200.73º57.29%37.65%-
XYZ5.686.6212.05-
YUV68.4143.57108.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=19.16%
G=35.98%
B=44.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4177960.570.2000.62200.7340.1526.86
Hex294D60391403Ec9281b
Octal5111514071240763115033
Binary101001100110111000001110011010001111101100100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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