#294967

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

Shades of Arapawa #294967

Tints of Arapawa #294967

Color information

#294967 (or 0x294967) is unknown color: approx Arapawa. HEX triplet: 29, 49 and 67. RGB value is (41,73,103). Sum of RGB (Red+Green+Blue) = 41+73+103=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #294967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294967 is #D6B698. Grayscale: #424242. Windows color (decimal): -14071449 or 6768937. OLE color: 6768937.

HSL color Cylindrical-coordinate representation of color #294967: hue angle of 209.03º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #294967 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4173103-
CMYK0.600.2900.60
HSL209.03º43.06%28.24%-
HSV(B)209.03º60.19%40.39%-
XYZ5.756.2213.73-
YUV66.85148.4109.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 103 (40.62% from 255) = 47.47%
R=18.89%
G=33.64%
B=47.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41731030.600.2900.60209.0343.0628.24
Hex2949673C1D03Cd12b1c
Octal5111114774350743215334
Binary101001100100111001111111001110101111001101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294967; }

 p { color: rgb(41,73,103); }

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

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

 a { background-color: rgb(41,73,103); }

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

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

 span { border-color: rgb(41,73,103); }

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