#294B61

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

Shades of Arapawa #294B61

Tints of Arapawa #294B61

Color information

#294B61 (or 0x294B61) is unknown color: approx Arapawa. HEX triplet: 29, 4B and 61. RGB value is (41,75,97). Sum of RGB (Red+Green+Blue) = 41+75+97=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #294B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B61 is #D6B49E. Grayscale: #434343. Windows color (decimal): -14070943 or 6376233. OLE color: 6376233.

HSL color Cylindrical-coordinate representation of color #294B61: hue angle of 203.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294B61 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB417597-
CMYK0.580.2300.62
HSL203.57º40.58%27.06%-
HSV(B)203.57º57.73%38.04%-
XYZ5.596.3712.24-
YUV67.34144.74109.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=19.25%
G=35.21%
B=45.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4175970.580.2300.62203.5740.5827.06
Hex294B613A1703Ecc291b
Octal5111314172270763145133
Binary101001100101111000011110101011101111101100110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,75,97); }

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

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

 a { background-color: rgb(41,75,97); }

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

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

 span { border-color: rgb(41,75,97); }

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