#295564

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

Shades of Arapawa #295564

Tints of Arapawa #295564

Color information

#295564 (or 0x295564) is unknown color: approx Arapawa. HEX triplet: 29, 55 and 64. RGB value is (41,85,100). Sum of RGB (Red+Green+Blue) = 41+85+100=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #295564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295564 is #D6AA9B. Grayscale: #494949. Windows color (decimal): -14068380 or 6575401. OLE color: 6575401.

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

Color convert

RGB4185100-
CMYK0.590.1500.61
HSL195.25º41.84%27.65%-
HSV(B)195.25º59%39.22%-
XYZ6.467.8913.24-
YUV73.55142.92104.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 100 (39.45% from 255) = 44.25%
R=18.14%
G=37.61%
B=44.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41851000.590.1500.61195.2541.8427.65
Hex2955643BF03Dc32a1c
Octal5112514473170753035234
Binary10100110101011100100111011111101111011100001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295564; }

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

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

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

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

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

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

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

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