#204F5F

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

Shades of Arapawa #204F5F

Tints of Arapawa #204F5F

Color information

#204F5F (or 0x204F5F) is unknown color: approx Arapawa. HEX triplet: 20, 4F and 5F. RGB value is (32,79,95). Sum of RGB (Red+Green+Blue) = 32+79+95=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #204F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F5F is #DFB0A0. Grayscale: #424242. Windows color (decimal): -14659745 or 6246176. OLE color: 6246176.

HSL color Cylindrical-coordinate representation of color #204F5F: hue angle of 195.24º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #204F5F is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB327995-
CMYK0.660.1700.63
HSL195.24º49.61%24.9%-
HSV(B)195.24º66.32%37.25%-
XYZ5.466.7311.84-
YUV66.77143.93103.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.53%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=15.53%
G=38.35%
B=46.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3279950.660.1700.63195.2449.6124.9
Hex204F5F421103Fc33219
Octal40117137102210773036231
Binary1000001001111101111110000101000101111111100001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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