#295663

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

Shades of Arapawa #295663

Tints of Arapawa #295663

Color information

#295663 (or 0x295663) is unknown color: approx Arapawa. HEX triplet: 29, 56 and 63. RGB value is (41,86,99). Sum of RGB (Red+Green+Blue) = 41+86+99=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #295663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295663 is #D6A99C. Grayscale: #494949. Windows color (decimal): -14068125 or 6510121. OLE color: 6510121.

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

Color convert

RGB418699-
CMYK0.590.1300.61
HSL193.45º41.43%27.45%-
HSV(B)193.45º58.59%38.82%-
XYZ6.498.0313.01-
YUV74.03142.09104.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=18.14%
G=38.05%
B=43.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4186990.590.1300.61193.4541.4327.45
Hex2956633BD03Dc1291b
Octal5112614373150753015133
Binary10100110101101100011111011110101111011100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295663; }

 p { color: rgb(41,86,99); }

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

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

 a { background-color: rgb(41,86,99); }

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

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

 span { border-color: rgb(41,86,99); }

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