#294766

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

Shades of Arapawa #294766

Tints of Arapawa #294766

Color information

#294766 (or 0x294766) is unknown color: approx Arapawa. HEX triplet: 29, 47 and 66. RGB value is (41,71,102). Sum of RGB (Red+Green+Blue) = 41+71+102=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #294766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294766 is #D6B899. Grayscale: #414141. Windows color (decimal): -14071962 or 6702889. OLE color: 6702889.

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

Color convert

RGB4171102-
CMYK0.600.3000.6
HSL210.49º42.66%28.04%-
HSV(B)210.49º59.8%40%-
XYZ5.575.9413.42-
YUV65.56148.56110.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=19.16%
G=33.18%
B=47.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41711020.600.3000.6210.4942.6628.04
Hex2947663C1E03Cd22b1c
Octal5110714674360743225334
Binary101001100011111001101111001111001111001101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294766; }

 p { color: rgb(41,71,102); }

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

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

 a { background-color: rgb(41,71,102); }

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

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

 span { border-color: rgb(41,71,102); }

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