#294C61

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

Shades of Arapawa #294C61

Tints of Arapawa #294C61

Color information

#294C61 (or 0x294C61) is unknown color: approx Arapawa. HEX triplet: 29, 4C and 61. RGB value is (41,76,97). Sum of RGB (Red+Green+Blue) = 41+76+97=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #294C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C61 is #D6B39E. Grayscale: #434343. Windows color (decimal): -14070687 or 6376489. OLE color: 6376489.

HSL color Cylindrical-coordinate representation of color #294C61: hue angle of 202.5º 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 #294C61 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB417697-
CMYK0.580.2200.62
HSL202.5º40.58%27.06%-
HSV(B)202.5º57.73%38.04%-
XYZ5.666.512.27-
YUV67.93144.4108.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=19.16%
G=35.51%
B=45.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4176970.580.2200.62202.540.5827.06
Hex294C613A1603Eca291b
Octal5111414172260763125133
Binary101001100110011000011110101011001111101100101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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