#294868

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

Shades of Arapawa #294868

Tints of Arapawa #294868

Color information

#294868 (or 0x294868) is unknown color: approx Arapawa. HEX triplet: 29, 48 and 68. RGB value is (41,72,104). Sum of RGB (Red+Green+Blue) = 41+72+104=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #294868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294868 is #D6B797. Grayscale: #424242. Windows color (decimal): -14071704 or 6834217. OLE color: 6834217.

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

Color convert

RGB4172104-
CMYK0.610.3100.59
HSL210.48º43.45%28.43%-
HSV(B)210.48º60.58%40.78%-
XYZ5.736.1113.97-
YUV66.38149.23109.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=18.89%
G=33.18%
B=47.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41721040.610.3100.59210.4843.4528.43
Hex2948683D1F03Bd22b1c
Octal5111015075370733225334
Binary101001100100011010001111011111101110111101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294868; }

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

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

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

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

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

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

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

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