#204F62

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

Shades of Arapawa #204F62

Tints of Arapawa #204F62

Color information

#204F62 (or 0x204F62) is unknown color: approx Arapawa. HEX triplet: 20, 4F and 62. RGB value is (32,79,98). Sum of RGB (Red+Green+Blue) = 32+79+98=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #204F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F62 is #DFB09D. Grayscale: #424242. Windows color (decimal): -14659742 or 6442784. OLE color: 6442784.

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

Color convert

RGB327998-
CMYK0.670.1900.62
HSL197.27º50.77%25.49%-
HSV(B)197.27º67.35%38.43%-
XYZ5.66.7812.57-
YUV67.11145.43102.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=15.31%
G=37.80%
B=46.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3279980.670.1900.62197.2750.7725.49
Hex204F62431303Ec53319
Octal40117142103230763056331
Binary1000001001111110001010000111001101111101100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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