#294661

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

Shades of Arapawa #294661

Tints of Arapawa #294661

Color information

#294661 (or 0x294661) is unknown color: approx Arapawa. HEX triplet: 29, 46 and 61. RGB value is (41,70,97). Sum of RGB (Red+Green+Blue) = 41+70+97=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #294661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294661 is #D6B99E. Grayscale: #404040. Windows color (decimal): -14072223 or 6374953. OLE color: 6374953.

HSL color Cylindrical-coordinate representation of color #294661: hue angle of 208.93º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294661 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB417097-
CMYK0.580.2800.62
HSL208.93º40.58%27.06%-
HSV(B)208.93º57.73%38.04%-
XYZ5.265.7112.13-
YUV64.41146.39111.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=19.71%
G=33.65%
B=46.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4170970.580.2800.62208.9340.5827.06
Hex2946613A1C03Ed1291b
Octal5110614172340763215133
Binary101001100011011000011110101110001111101101000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294661; }

 p { color: rgb(41,70,97); }

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

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

 a { background-color: rgb(41,70,97); }

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

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

 span { border-color: rgb(41,70,97); }

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