#295064

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

Shades of Arapawa #295064

Tints of Arapawa #295064

Color information

#295064 (or 0x295064) is unknown color: approx Arapawa. HEX triplet: 29, 50 and 64. RGB value is (41,80,100). Sum of RGB (Red+Green+Blue) = 41+80+100=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #295064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295064 is #D6AF9B. Grayscale: #464646. Windows color (decimal): -14069660 or 6574121. OLE color: 6574121.

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

Color convert

RGB4180100-
CMYK0.590.200.61
HSL200.34º41.84%27.65%-
HSV(B)200.34º59%39.22%-
XYZ6.087.1313.11-
YUV70.62144.58106.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=18.55%
G=36.20%
B=45.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41801000.590.200.61200.3441.8427.65
Hex2950643B1403Dc82a1c
Octal5112014473240753105234
Binary101001101000011001001110111010001111011100100010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295064; }

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

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

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

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

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

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

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

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