#204F61

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

Shades of Arapawa #204F61

Tints of Arapawa #204F61

Color information

#204F61 (or 0x204F61) is unknown color: approx Arapawa. HEX triplet: 20, 4F and 61. RGB value is (32,79,97). Sum of RGB (Red+Green+Blue) = 32+79+97=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #204F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F61 is #DFB09E. Grayscale: #424242. Windows color (decimal): -14659743 or 6377248. OLE color: 6377248.

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

Color convert

RGB327997-
CMYK0.670.1900.62
HSL196.62º50.39%25.29%-
HSV(B)196.62º67.01%38.04%-
XYZ5.556.7612.32-
YUV67144.93103.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=15.38%
G=37.98%
B=46.63%

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
Decimal3279970.670.1900.62196.6250.3925.29
Hex204F61431303Ec53219
Octal40117141103230763056231
Binary1000001001111110000110000111001101111101100010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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