#294E5F

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

Shades of Arapawa #294E5F

Tints of Arapawa #294E5F

Color information

#294E5F (or 0x294E5F) is unknown color: approx Arapawa. HEX triplet: 29, 4E and 5F. RGB value is (41,78,95). Sum of RGB (Red+Green+Blue) = 41+78+95=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #294E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E5F is #D6B1A0. Grayscale: #444444. Windows color (decimal): -14070177 or 6245929. OLE color: 6245929.

HSL color Cylindrical-coordinate representation of color #294E5F: hue angle of 198.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294E5F is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB417895-
CMYK0.570.1800.63
HSL198.89º39.71%26.67%-
HSV(B)198.89º56.84%37.25%-
XYZ5.76.7511.83-
YUV68.88142.74108.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 95 (37.5% from 255) = 44.39%
R=19.16%
G=36.45%
B=44.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4178950.570.1800.63198.8939.7126.67
Hex294E5F391203Fc7281b
Octal5111613771220773075033
Binary101001100111010111111110011001001111111100011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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