#204D62

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

Shades of Arapawa #204D62

Tints of Arapawa #204D62

Color information

#204D62 (or 0x204D62) is unknown color: approx Arapawa. HEX triplet: 20, 4D and 62. RGB value is (32,77,98). Sum of RGB (Red+Green+Blue) = 32+77+98=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #204D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D62 is #DFB29D. Grayscale: #414141. Windows color (decimal): -14660254 or 6442272. OLE color: 6442272.

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

Color convert

RGB327798-
CMYK0.670.2100.62
HSL199.09º50.77%25.49%-
HSV(B)199.09º67.35%38.43%-
XYZ5.456.512.52-
YUV65.94146.09103.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=15.46%
G=37.20%
B=47.34%

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
Decimal3277980.670.2100.62199.0950.7725.49
Hex204D62431503Ec73319
Octal40115142103250763076331
Binary1000001001101110001010000111010101111101100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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