#294660

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

Shades of Arapawa #294660

Tints of Arapawa #294660

Color information

#294660 (or 0x294660) is unknown color: approx Arapawa. HEX triplet: 29, 46 and 60. RGB value is (41,70,96). Sum of RGB (Red+Green+Blue) = 41+70+96=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #294660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294660 is #D6B99F. Grayscale: #404040. Windows color (decimal): -14072224 or 6309417. OLE color: 6309417.

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

Color convert

RGB417096-
CMYK0.570.2700.62
HSL208.36º40.15%26.86%-
HSV(B)208.36º57.29%37.65%-
XYZ5.225.711.89-
YUV64.29145.89111.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=19.81%
G=33.82%
B=46.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4170960.570.2700.62208.3640.1526.86
Hex294660391B03Ed0281b
Octal5110614071330763205033
Binary101001100011011000001110011101101111101101000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294660; }

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

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

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

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

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

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

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

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