#294663

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

Shades of Arapawa #294663

Tints of Arapawa #294663

Color information

#294663 (or 0x294663) is unknown color: approx Arapawa. HEX triplet: 29, 46 and 63. RGB value is (41,70,99). Sum of RGB (Red+Green+Blue) = 41+70+99=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #294663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294663 is #D6B99C. Grayscale: #404040. Windows color (decimal): -14072221 or 6506025. OLE color: 6506025.

HSL color Cylindrical-coordinate representation of color #294663: hue angle of 210º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294663 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB417099-
CMYK0.590.2900.61
HSL210º41.43%27.45%-
HSV(B)210º58.59%38.82%-
XYZ5.365.7512.63-
YUV64.63147.39111.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=19.52%
G=33.33%
B=47.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4170990.590.2900.6121041.4327.45
Hex2946633B1D03Dd2291b
Octal5110614373350753225133
Binary101001100011011000111110111110101111011101001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294663; }

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

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

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

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

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

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

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

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