#205461

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

Shades of Arapawa #205461

Tints of Arapawa #205461

Color information

#205461 (or 0x205461) is unknown color: approx Arapawa. HEX triplet: 20, 54 and 61. RGB value is (32,84,97). Sum of RGB (Red+Green+Blue) = 32+84+97=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #205461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205461 is #DFAB9E. Grayscale: #454545. Windows color (decimal): -14658463 or 6378528. OLE color: 6378528.

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

Color convert

RGB328497-
CMYK0.670.1300.62
HSL192º50.39%25.29%-
HSV(B)192º67.01%38.04%-
XYZ5.927.5112.45-
YUV69.93143.27100.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=15.02%
G=39.44%
B=45.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3284970.670.1300.6219250.3925.29
Hex20546143D03Ec03219
Octal40124141103150763006231
Binary100000101010011000011000011110101111101100000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205461; }

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

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

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

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

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

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

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

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