#204C5F

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

Shades of Arapawa #204C5F

Tints of Arapawa #204C5F

Color information

#204C5F (or 0x204C5F) is unknown color: approx Arapawa. HEX triplet: 20, 4C and 5F. RGB value is (32,76,95). Sum of RGB (Red+Green+Blue) = 32+76+95=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #204C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C5F is #DFB3A0. Grayscale: #404040. Windows color (decimal): -14660513 or 6245408. OLE color: 6245408.

HSL color Cylindrical-coordinate representation of color #204C5F: hue angle of 198.1º 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 #204C5F is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB327695-
CMYK0.660.2000.63
HSL198.1º49.61%24.9%-
HSV(B)198.1º66.32%37.25%-
XYZ5.256.311.77-
YUV65.01144.92104.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=15.76%
G=37.44%
B=46.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3276950.660.2000.63198.149.6124.9
Hex204C5F421403Fc63219
Octal40114137102240773066231
Binary1000001001100101111110000101010001111111100011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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