#205065

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

Shades of Arapawa #205065

Tints of Arapawa #205065

Color information

#205065 (or 0x205065) is unknown color: approx Arapawa. HEX triplet: 20, 50 and 65. RGB value is (32,80,101). Sum of RGB (Red+Green+Blue) = 32+80+101=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #205065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205065 is #DFAF9A. Grayscale: #434343. Windows color (decimal): -14659483 or 6639648. OLE color: 6639648.

HSL color Cylindrical-coordinate representation of color #205065: hue angle of 198.26º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205065 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3280101-
CMYK0.680.2100.60
HSL198.26º51.88%26.08%-
HSV(B)198.26º68.32%39.61%-
XYZ5.816.9813.35-
YUV68.04146.6102.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=15.02%
G=37.56%
B=47.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32801010.680.2100.60198.2651.8826.08
Hex205065441503Cc6341a
Octal40120145104250743066432
Binary1000001010000110010110001001010101111001100011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205065; }

 p { color: rgb(32,80,101); }

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

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

 a { background-color: rgb(32,80,101); }

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

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

 span { border-color: rgb(32,80,101); }

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