#294A6B

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

Shades of Arapawa #294A6B

Tints of Arapawa #294A6B

Color information

#294A6B (or 0x294A6B) is unknown color: approx Arapawa. HEX triplet: 29, 4A and 6B. RGB value is (41,74,107). Sum of RGB (Red+Green+Blue) = 41+74+107=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #294A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A6B is #D6B594. Grayscale: #434343. Windows color (decimal): -14071189 or 7031337. OLE color: 7031337.

HSL color Cylindrical-coordinate representation of color #294A6B: hue angle of 210º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #294A6B is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4174107-
CMYK0.620.3100.58
HSL210º44.59%29.02%-
HSV(B)210º61.68%41.96%-
XYZ6.026.4314.83-
YUV67.9150.07108.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=18.47%
G=33.33%
B=48.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41741070.620.3100.5821044.5929.02
Hex294A6B3E1F03Ad22d1d
Octal5111215376370723225535
Binary101001100101011010111111101111101110101101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,74,107); }

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

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

 a { background-color: rgb(41,74,107); }

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

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

 span { border-color: rgb(41,74,107); }

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