#295264

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

Shades of Arapawa #295264

Tints of Arapawa #295264

Color information

#295264 (or 0x295264) is unknown color: approx Arapawa. HEX triplet: 29, 52 and 64. RGB value is (41,82,100). Sum of RGB (Red+Green+Blue) = 41+82+100=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #295264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295264 is #D6AD9B. Grayscale: #474747. Windows color (decimal): -14069148 or 6574633. OLE color: 6574633.

HSL color Cylindrical-coordinate representation of color #295264: hue angle of 198.31º 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 #295264 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4182100-
CMYK0.590.1800.61
HSL198.31º41.84%27.65%-
HSV(B)198.31º59%39.22%-
XYZ6.237.4313.16-
YUV71.79143.92106.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=18.39%
G=36.77%
B=44.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41821000.590.1800.61198.3141.8427.65
Hex2952643B1203Dc62a1c
Octal5112214473220753065234
Binary101001101001011001001110111001001111011100011010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295264; }

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

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

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

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

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

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

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

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