#205362

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

Shades of Arapawa #205362

Tints of Arapawa #205362

Color information

#205362 (or 0x205362) is unknown color: approx Arapawa. HEX triplet: 20, 53 and 62. RGB value is (32,83,98). Sum of RGB (Red+Green+Blue) = 32+83+98=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #205362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205362 is #DFAC9D. Grayscale: #454545. Windows color (decimal): -14658718 or 6443808. OLE color: 6443808.

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

Color convert

RGB328398-
CMYK0.670.1500.62
HSL193.64º50.77%25.49%-
HSV(B)193.64º67.35%38.43%-
XYZ5.897.3812.67-
YUV69.46144.1101.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=15.02%
G=38.97%
B=46.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3283980.670.1500.62193.6450.7725.49
Hex20536243F03Ec23319
Octal40123142103170763026331
Binary100000101001111000101000011111101111101100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205362; }

 p { color: rgb(32,83,98); }

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

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

 a { background-color: rgb(32,83,98); }

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

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

 span { border-color: rgb(32,83,98); }

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