#294560

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

Shades of Arapawa #294560

Tints of Arapawa #294560

Color information

#294560 (or 0x294560) is unknown color: approx Arapawa. HEX triplet: 29, 45 and 60. RGB value is (41,69,96). Sum of RGB (Red+Green+Blue) = 41+69+96=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #294560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294560 is #D6BA9F. Grayscale: #3F3F3F. Windows color (decimal): -14072480 or 6309161. OLE color: 6309161.

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

Color convert

RGB416996-
CMYK0.570.2800.62
HSL209.45º40.15%26.86%-
HSV(B)209.45º57.29%37.65%-
XYZ5.155.5711.87-
YUV63.71146.22111.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=19.90%
G=33.50%
B=46.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4169960.570.2800.62209.4540.1526.86
Hex294560391C03Ed1281b
Octal5110514071340763215033
Binary101001100010111000001110011110001111101101000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294560; }

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

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

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

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

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

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

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

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