#294C60

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

Shades of Arapawa #294C60

Tints of Arapawa #294C60

Color information

#294C60 (or 0x294C60) is unknown color: approx Arapawa. HEX triplet: 29, 4C and 60. RGB value is (41,76,96). Sum of RGB (Red+Green+Blue) = 41+76+96=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #294C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C60 is #D6B39F. Grayscale: #434343. Windows color (decimal): -14070688 or 6310953. OLE color: 6310953.

HSL color Cylindrical-coordinate representation of color #294C60: hue angle of 201.82º 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 #294C60 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB417696-
CMYK0.570.2100.62
HSL201.82º40.15%26.86%-
HSV(B)201.82º57.29%37.65%-
XYZ5.616.4812.02-
YUV67.82143.9108.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=19.25%
G=35.68%
B=45.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4176960.570.2100.62201.8240.1526.86
Hex294C60391503Eca281b
Octal5111414071250763125033
Binary101001100110011000001110011010101111101100101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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