#204A6B

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

Shades of Arapawa #204A6B

Tints of Arapawa #204A6B

Color information

#204A6B (or 0x204A6B) is unknown color: approx Arapawa. HEX triplet: 20, 4A and 6B. RGB value is (32,74,107). Sum of RGB (Red+Green+Blue) = 32+74+107=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #204A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A6B is #DFB594. Grayscale: #414141. Windows color (decimal): -14661013 or 7031328. OLE color: 7031328.

HSL color Cylindrical-coordinate representation of color #204A6B: hue angle of 206.4º 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 #204A6B is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3274107-
CMYK0.700.3100.58
HSL206.4º53.96%27.25%-
HSV(B)206.4º70.09%41.96%-
XYZ5.76.2714.82-
YUV65.2151.59104.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=15.02%
G=34.74%
B=50.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32741070.700.3100.58206.453.9627.25
Hex204A6B461F03Ace361b
Octal40112153106370723166633
Binary1000001001010110101110001101111101110101100111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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