#294E63

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

Shades of Arapawa #294E63

Tints of Arapawa #294E63

Color information

#294E63 (or 0x294E63) is unknown color: approx Arapawa. HEX triplet: 29, 4E and 63. RGB value is (41,78,99). Sum of RGB (Red+Green+Blue) = 41+78+99=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #294E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E63 is #D6B19C. Grayscale: #454545. Windows color (decimal): -14070173 or 6508073. OLE color: 6508073.

HSL color Cylindrical-coordinate representation of color #294E63: hue angle of 201.72º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294E63 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB417899-
CMYK0.590.2100.61
HSL201.72º41.43%27.45%-
HSV(B)201.72º58.59%38.82%-
XYZ5.896.8212.81-
YUV69.33144.74107.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=18.81%
G=35.78%
B=45.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4178990.590.2100.61201.7241.4327.45
Hex294E633B1503Dca291b
Octal5111614373250753125133
Binary101001100111011000111110111010101111011100101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,78,99); }

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

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

 a { background-color: rgb(41,78,99); }

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

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

 span { border-color: rgb(41,78,99); }

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