#205763

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

Shades of Arapawa #205763

Tints of Arapawa #205763

Color information

#205763 (or 0x205763) is unknown color: approx Arapawa. HEX triplet: 20, 57 and 63. RGB value is (32,87,99). Sum of RGB (Red+Green+Blue) = 32+87+99=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #205763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205763 is #DFA89C. Grayscale: #474747. Windows color (decimal): -14657693 or 6510368. OLE color: 6510368.

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

Color convert

RGB328799-
CMYK0.680.1200.61
HSL190.75º51.15%25.69%-
HSV(B)190.75º67.68%38.82%-
XYZ6.268.0213.02-
YUV71.92143.2899.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=14.68%
G=39.91%
B=45.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3287990.680.1200.61190.7551.1525.69
Hex20576344C03Dbf331a
Octal40127143104140752776332
Binary100000101011111000111000100110001111011011111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205763; }

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

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

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

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

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

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

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

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