#204D6C

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

Shades of Arapawa #204D6C

Tints of Arapawa #204D6C

Color information

#204D6C (or 0x204D6C) is unknown color: approx Arapawa. HEX triplet: 20, 4D and 6C. RGB value is (32,77,108). Sum of RGB (Red+Green+Blue) = 32+77+108=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #204D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D6C is #DFB293. Grayscale: #424242. Windows color (decimal): -14660244 or 7097632. OLE color: 7097632.

HSL color Cylindrical-coordinate representation of color #204D6C: hue angle of 204.47º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #204D6C is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3277108-
CMYK0.700.2900.58
HSL204.47º54.29%27.45%-
HSV(B)204.47º70.37%42.35%-
XYZ5.966.715.17-
YUV67.08151.09102.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=14.75%
G=35.48%
B=49.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32771080.700.2900.58204.4754.2927.45
Hex204D6C461D03Acc361b
Octal40115154106350723146633
Binary1000001001101110110010001101110101110101100110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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