#294861

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

Shades of Arapawa #294861

Tints of Arapawa #294861

Color information

#294861 (or 0x294861) is unknown color: approx Arapawa. HEX triplet: 29, 48 and 61. RGB value is (41,72,97). Sum of RGB (Red+Green+Blue) = 41+72+97=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #294861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294861 is #D6B79E. Grayscale: #414141. Windows color (decimal): -14071711 or 6375465. OLE color: 6375465.

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

Color convert

RGB417297-
CMYK0.580.2600.62
HSL206.79º40.58%27.06%-
HSV(B)206.79º57.73%38.04%-
XYZ5.395.9712.18-
YUV65.58145.73110.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=19.52%
G=34.29%
B=46.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4172970.580.2600.62206.7940.5827.06
Hex2948613A1A03Ecf291b
Octal5111014172320763175133
Binary101001100100011000011110101101001111101100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294861; }

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

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

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

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

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

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

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

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