#294662

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

Shades of Arapawa #294662

Tints of Arapawa #294662

Color information

#294662 (or 0x294662) is unknown color: approx Arapawa. HEX triplet: 29, 46 and 62. RGB value is (41,70,98). Sum of RGB (Red+Green+Blue) = 41+70+98=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #294662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294662 is #D6B99D. Grayscale: #404040. Windows color (decimal): -14072222 or 6440489. OLE color: 6440489.

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

Color convert

RGB417098-
CMYK0.580.2900.62
HSL209.47º41.01%27.25%-
HSV(B)209.47º58.16%38.43%-
XYZ5.315.7312.38-
YUV64.52146.89111.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=19.62%
G=33.49%
B=46.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4170980.580.2900.62209.4741.0127.25
Hex2946623A1D03Ed1291b
Octal5110614272350763215133
Binary101001100011011000101110101110101111101101000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294662; }

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

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

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

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

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

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

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

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