#294E67

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

Shades of Arapawa #294E67

Tints of Arapawa #294E67

Color information

#294E67 (or 0x294E67) is unknown color: approx Arapawa. HEX triplet: 29, 4E and 67. RGB value is (41,78,103). Sum of RGB (Red+Green+Blue) = 41+78+103=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #294E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E67 is #D6B198. Grayscale: #454545. Windows color (decimal): -14070169 or 6770217. OLE color: 6770217.

HSL color Cylindrical-coordinate representation of color #294E67: hue angle of 204.19º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #294E67 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4178103-
CMYK0.600.2400.60
HSL204.19º43.06%28.24%-
HSV(B)204.19º60.19%40.39%-
XYZ6.096.913.84-
YUV69.79146.74107.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=18.47%
G=35.14%
B=46.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41781030.600.2400.60204.1943.0628.24
Hex294E673C1803Ccc2b1c
Octal5111614774300743145334
Binary101001100111011001111111001100001111001100110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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