#204C60

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

Shades of Arapawa #204C60

Tints of Arapawa #204C60

Color information

#204C60 (or 0x204C60) is unknown color: approx Arapawa. HEX triplet: 20, 4C and 60. RGB value is (32,76,96). Sum of RGB (Red+Green+Blue) = 32+76+96=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #204C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C60 is #DFB39F. Grayscale: #414141. Windows color (decimal): -14660512 or 6310944. OLE color: 6310944.

HSL color Cylindrical-coordinate representation of color #204C60: hue angle of 198.75º 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 #204C60 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB327696-
CMYK0.670.2100.62
HSL198.75º50%25.1%-
HSV(B)198.75º66.67%37.65%-
XYZ5.296.3212.01-
YUV65.12145.42104.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=15.69%
G=37.25%
B=47.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3276960.670.2100.62198.755025.1
Hex204C60431503Ec73219
Octal40114140103250763076231
Binary1000001001100110000010000111010101111101100011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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