#294C67

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

Shades of Arapawa #294C67

Tints of Arapawa #294C67

Color information

#294C67 (or 0x294C67) is unknown color: approx Arapawa. HEX triplet: 29, 4C and 67. RGB value is (41,76,103). Sum of RGB (Red+Green+Blue) = 41+76+103=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #294C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C67 is #D6B398. Grayscale: #444444. Windows color (decimal): -14070681 or 6769705. OLE color: 6769705.

HSL color Cylindrical-coordinate representation of color #294C67: hue angle of 206.13º 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 #294C67 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4176103-
CMYK0.600.2600.60
HSL206.13º43.06%28.24%-
HSV(B)206.13º60.19%40.39%-
XYZ5.956.6213.8-
YUV68.61147.4108.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=18.64%
G=34.55%
B=46.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41761030.600.2600.60206.1343.0628.24
Hex294C673C1A03Cce2b1c
Octal5111414774320743165334
Binary101001100110011001111111001101001111001100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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