#205263

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

Shades of Arapawa #205263

Tints of Arapawa #205263

Color information

#205263 (or 0x205263) is unknown color: approx Arapawa. HEX triplet: 20, 52 and 63. RGB value is (32,82,99). Sum of RGB (Red+Green+Blue) = 32+82+99=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #205263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205263 is #DFAD9C. Grayscale: #444444. Windows color (decimal): -14658973 or 6509088. OLE color: 6509088.

HSL color Cylindrical-coordinate representation of color #205263: hue angle of 195.22º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205263 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB328299-
CMYK0.680.1700.61
HSL195.22º51.15%25.69%-
HSV(B)195.22º67.68%38.82%-
XYZ5.877.2412.89-
YUV68.99144.94101.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=15.02%
G=38.50%
B=46.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3282990.680.1700.61195.2251.1525.69
Hex205263441103Dc3331a
Octal40122143104210753036332
Binary1000001010010110001110001001000101111011100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205263; }

 p { color: rgb(32,82,99); }

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

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

 a { background-color: rgb(32,82,99); }

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

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

 span { border-color: rgb(32,82,99); }

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