#294A5E

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

Shades of Arapawa #294A5E

Tints of Arapawa #294A5E

Color information

#294A5E (or 0x294A5E) is unknown color: approx Arapawa. HEX triplet: 29, 4A and 5E. RGB value is (41,74,94). Sum of RGB (Red+Green+Blue) = 41+74+94=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #294A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A5E is #D6B5A1. Grayscale: #424242. Windows color (decimal): -14071202 or 6179369. OLE color: 6179369.

HSL color Cylindrical-coordinate representation of color #294A5E: hue angle of 202.64º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #294A5E is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB417494-
CMYK0.560.2100.63
HSL202.64º39.26%26.47%-
HSV(B)202.64º56.38%36.86%-
XYZ5.386.1811.5-
YUV66.41143.57109.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=19.62%
G=35.41%
B=44.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4174940.560.2100.63202.6439.2626.47
Hex294A5E381503Fcb271a
Octal5111213670250773134732
Binary101001100101010111101110001010101111111100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,74,94); }

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

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

 a { background-color: rgb(41,74,94); }

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

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

 span { border-color: rgb(41,74,94); }

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