#295164

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

Shades of Arapawa #295164

Tints of Arapawa #295164

Color information

#295164 (or 0x295164) is unknown color: approx Arapawa. HEX triplet: 29, 51 and 64. RGB value is (41,81,100). Sum of RGB (Red+Green+Blue) = 41+81+100=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 100 - color contains mainly: blue. Hex color #295164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295164 is #D6AE9B. Grayscale: #474747. Windows color (decimal): -14069404 or 6574377. OLE color: 6574377.

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

Color convert

RGB4181100-
CMYK0.590.1900.61
HSL199.32º41.84%27.65%-
HSV(B)199.32º59%39.22%-
XYZ6.167.2813.14-
YUV71.21144.25106.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=18.47%
G=36.49%
B=45.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41811000.590.1900.61199.3241.8427.65
Hex2951643B1303Dc72a1c
Octal5112114473230753075234
Binary101001101000111001001110111001101111011100011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295164; }

 p { color: rgb(41,81,100); }

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

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

 a { background-color: rgb(41,81,100); }

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

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

 span { border-color: rgb(41,81,100); }

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