#204C6B

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

Shades of Arapawa #204C6B

Tints of Arapawa #204C6B

Color information

#204C6B (or 0x204C6B) is unknown color: approx Arapawa. HEX triplet: 20, 4C and 6B. RGB value is (32,76,107). Sum of RGB (Red+Green+Blue) = 32+76+107=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #204C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C6B is #DFB394. Grayscale: #424242. Windows color (decimal): -14660501 or 7031840. OLE color: 7031840.

HSL color Cylindrical-coordinate representation of color #204C6B: hue angle of 204.8º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #204C6B is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3276107-
CMYK0.700.2900.58
HSL204.8º53.96%27.25%-
HSV(B)204.8º70.09%41.96%-
XYZ5.836.5414.86-
YUV66.38150.92103.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=14.88%
G=35.35%
B=49.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32761070.700.2900.58204.853.9627.25
Hex204C6B461D03Acd361b
Octal40114153106350723156633
Binary1000001001100110101110001101110101110101100110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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