#204D64

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

Shades of Arapawa #204D64

Tints of Arapawa #204D64

Color information

#204D64 (or 0x204D64) is unknown color: approx Arapawa. HEX triplet: 20, 4D and 64. RGB value is (32,77,100). Sum of RGB (Red+Green+Blue) = 32+77+100=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #204D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D64 is #DFB29B. Grayscale: #424242. Windows color (decimal): -14660252 or 6573344. OLE color: 6573344.

HSL color Cylindrical-coordinate representation of color #204D64: hue angle of 200.29º degrees, saturation: 0.52, 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 #204D64 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3277100-
CMYK0.680.2300.61
HSL200.29º51.52%25.88%-
HSV(B)200.29º68%39.22%-
XYZ5.556.5313.03-
YUV66.17147.09103.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 100 (39.45% from 255) = 47.85%
R=15.31%
G=36.84%
B=47.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32771000.680.2300.61200.2951.5225.88
Hex204D64441703Dc8341a
Octal40115144104270753106432
Binary1000001001101110010010001001011101111011100100011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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