#205663

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

Shades of Arapawa #205663

Tints of Arapawa #205663

Color information

#205663 (or 0x205663) is unknown color: approx Arapawa. HEX triplet: 20, 56 and 63. RGB value is (32,86,99). Sum of RGB (Red+Green+Blue) = 32+86+99=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #205663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205663 is #DFA99C. Grayscale: #474747. Windows color (decimal): -14657949 or 6510112. OLE color: 6510112.

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

Color convert

RGB328699-
CMYK0.680.1300.61
HSL191.64º51.15%25.69%-
HSV(B)191.64º67.68%38.82%-
XYZ6.187.8613-
YUV71.34143.6199.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=14.75%
G=39.63%
B=45.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3286990.680.1300.61191.6451.1525.69
Hex20566344D03Dc0331a
Octal40126143104150753006332
Binary100000101011011000111000100110101111011100000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205663; }

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

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

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

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

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

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

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

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