#294c6b

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

Shades of Arapawa #294C6B

Tints of Arapawa #294C6B

Color information

#294C6B (or 0x294C6B) is unknown color: approx Arapawa. HEX triplet: 29, 4C and 6B. RGB value is (41,76,107). Sum of RGB (Red+Green+Blue) = 41+76+107=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #294C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C6B is #D6B394. Grayscale: #444444. Windows color (decimal): -14070677 or 7031849. OLE color: 7031849.

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

Color convert

RGB4176107-
CMYK0.620.2900.58
HSL208.18º44.59%29.02%-
HSV(B)208.18º61.68%41.96%-
XYZ6.156.714.88-
YUV69.07149.4107.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 107 (42.19% from 255) = 47.77%
R=18.30%
G=33.93%
B=47.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41761070.620.2900.58208.1844.5929.02
Hex294C6B3E1D03Ad02d1d
Octal5111415376350723205535
Binary101001100110011010111111101110101110101101000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294c6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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