#294C62

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

Shades of Arapawa #294C62

Tints of Arapawa #294C62

Color information

#294C62 (or 0x294C62) is unknown color: approx Arapawa. HEX triplet: 29, 4C and 62. RGB value is (41,76,98). Sum of RGB (Red+Green+Blue) = 41+76+98=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #294C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C62 is #D6B39D. Grayscale: #434343. Windows color (decimal): -14070686 or 6442025. OLE color: 6442025.

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

Color convert

RGB417698-
CMYK0.580.2200.62
HSL203.16º41.01%27.25%-
HSV(B)203.16º58.16%38.43%-
XYZ5.76.5212.51-
YUV68.04144.9108.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=19.07%
G=35.35%
B=45.58%

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
Decimal4176980.580.2200.62203.1641.0127.25
Hex294C623A1603Ecb291b
Octal5111414272260763135133
Binary101001100110011000101110101011001111101100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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