#294657

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

Shades of Arapawa #294657

Tints of Arapawa #294657

Color information

#294657 (or 0x294657) is unknown color: approx Arapawa. HEX triplet: 29, 46 and 57. RGB value is (41,70,87). Sum of RGB (Red+Green+Blue) = 41+70+87=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #294657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294657 is #D6B9A8. Grayscale: #3F3F3F. Windows color (decimal): -14072233 or 5719593. OLE color: 5719593.

HSL color Cylindrical-coordinate representation of color #294657: hue angle of 202.17º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294657 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB417087-
CMYK0.530.2000.66
HSL202.17º35.94%25.1%-
HSV(B)202.17º52.87%34.12%-
XYZ4.825.549.83-
YUV63.27141.39112.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=20.71%
G=35.35%
B=43.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4170870.530.2000.66202.1735.9425.1
Hex2946573514042ca2419
Octal51106127652401023124431
Binary1010011000110101011111010110100010000101100101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294657; }

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

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

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

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

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

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

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

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