#295464

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

Shades of Arapawa #295464

Tints of Arapawa #295464

Color information

#295464 (or 0x295464) is unknown color: approx Arapawa. HEX triplet: 29, 54 and 64. RGB value is (41,84,100). Sum of RGB (Red+Green+Blue) = 41+84+100=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #295464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295464 is #D6AB9B. Grayscale: #484848. Windows color (decimal): -14068636 or 6575145. OLE color: 6575145.

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

Color convert

RGB4184100-
CMYK0.590.1600.61
HSL196.27º41.84%27.65%-
HSV(B)196.27º59%39.22%-
XYZ6.397.7313.21-
YUV72.97143.25105.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=18.22%
G=37.33%
B=44.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41841000.590.1600.61196.2741.8427.65
Hex2954643B1003Dc42a1c
Octal5112414473200753045234
Binary101001101010011001001110111000001111011100010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295464; }

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

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

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

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

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

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

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

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