#204960

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

Shades of Arapawa #204960

Tints of Arapawa #204960

Color information

#204960 (or 0x204960) is unknown color: approx Arapawa. HEX triplet: 20, 49 and 60. RGB value is (32,73,96). Sum of RGB (Red+Green+Blue) = 32+73+96=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #204960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204960 is #DFB69F. Grayscale: #3F3F3F. Windows color (decimal): -14661280 or 6310176. OLE color: 6310176.

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

Color convert

RGB327396-
CMYK0.670.2400.62
HSL201.56º50%25.1%-
HSV(B)201.56º66.67%37.65%-
XYZ5.095.9211.94-
YUV63.36146.42105.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=15.92%
G=36.32%
B=47.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3273960.670.2400.62201.565025.1
Hex204960431803Eca3219
Octal40111140103300763126231
Binary1000001001001110000010000111100001111101100101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204960; }

 p { color: rgb(32,73,96); }

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

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

 a { background-color: rgb(32,73,96); }

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

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

 span { border-color: rgb(32,73,96); }

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