#204861

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

Shades of Arapawa #204861

Tints of Arapawa #204861

Color information

#204861 (or 0x204861) is unknown color: approx Arapawa. HEX triplet: 20, 48 and 61. RGB value is (32,72,97). Sum of RGB (Red+Green+Blue) = 32+72+97=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #204861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204861 is #DFB79E. Grayscale: #3E3E3E. Windows color (decimal): -14661535 or 6375456. OLE color: 6375456.

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

Color convert

RGB327297-
CMYK0.670.2600.62
HSL203.08º50.39%25.29%-
HSV(B)203.08º67.01%38.04%-
XYZ5.075.812.16-
YUV62.89147.25105.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=15.92%
G=35.82%
B=48.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3272970.670.2600.62203.0850.3925.29
Hex204861431A03Ecb3219
Octal40110141103320763136231
Binary1000001001000110000110000111101001111101100101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204861; }

 p { color: rgb(32,72,97); }

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

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

 a { background-color: rgb(32,72,97); }

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

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

 span { border-color: rgb(32,72,97); }

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