#294859

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

Shades of Arapawa #294859

Tints of Arapawa #294859

Color information

#294859 (or 0x294859) is unknown color: approx Arapawa. HEX triplet: 29, 48 and 59. RGB value is (41,72,89). Sum of RGB (Red+Green+Blue) = 41+72+89=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #294859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294859 is #D6B7A6. Grayscale: #404040. Windows color (decimal): -14071719 or 5851177. OLE color: 5851177.

HSL color Cylindrical-coordinate representation of color #294859: hue angle of 201.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #294859 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB417289-
CMYK0.540.1900.65
HSL201.25º36.92%25.49%-
HSV(B)201.25º53.93%34.9%-
XYZ5.035.8310.31-
YUV64.67141.73111.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=20.30%
G=35.64%
B=44.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4172890.540.1900.65201.2536.9225.49
Hex2948593613041c92519
Octal51110131662301013114531
Binary1010011001000101100111011010011010000011100100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294859; }

 p { color: rgb(41,72,89); }

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

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

 a { background-color: rgb(41,72,89); }

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

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

 span { border-color: rgb(41,72,89); }

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