#204D60

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

Shades of Arapawa #204D60

Tints of Arapawa #204D60

Color information

#204D60 (or 0x204D60) is unknown color: approx Arapawa. HEX triplet: 20, 4D and 60. RGB value is (32,77,96). Sum of RGB (Red+Green+Blue) = 32+77+96=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #204D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D60 is #DFB29F. Grayscale: #414141. Windows color (decimal): -14660256 or 6311200. OLE color: 6311200.

HSL color Cylindrical-coordinate representation of color #204D60: hue angle of 197.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204D60 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB327796-
CMYK0.670.2000.62
HSL197.81º50%25.1%-
HSV(B)197.81º66.67%37.65%-
XYZ5.366.4612.03-
YUV65.71145.09103.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=15.61%
G=37.56%
B=46.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3277960.670.2000.62197.815025.1
Hex204D60431403Ec63219
Octal40115140103240763066231
Binary1000001001101110000010000111010001111101100011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204D60; }

 p { color: rgb(32,77,96); }

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

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

 a { background-color: rgb(32,77,96); }

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

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

 span { border-color: rgb(32,77,96); }

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